runner/act/model
Mathieu Fenniak 7242b248b0 move mutex to Job
Makes more sense since it is the data object being modified, and although the synthetic test was passing in prev commit the actual tests w/ data race detector were still tripping.  This suggests multiple RunContext objects are in-use with the same Job, which the test has been updated to represent.
2025-08-15 11:08:37 -06:00
..
testdata chore(tests): add coverage for ./pkg/runner (#202) 2025-07-28 06:18:46 +00:00
action.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
github_context.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
github_context_test.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
job_context.go refactor: export and move shared contexts into pkg/model (#931) 2021-12-22 19:52:09 +00:00
planner.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
planner_test.go feat!: add the validate argument to reading workflows (#180) 2025-07-16 08:46:36 +00:00
step_result.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
workflow.go move mutex to Job 2025-08-15 11:08:37 -06:00
workflow_test.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00