act/pkg/runner
ChristopherHX bea04dd8f9
feat: Support graceful job step cancellation (#2714)
* feat: Support graceful job step cancellation

* for gh-act-runner
* act-cli support as well
* respecting always() and cancelled() of steps

* change main

* cancel startContainer / gh cli / bugreport early

* add to watch as well

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-03-29 17:00:37 +00:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +00:00
res Add `super-linter` + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: reporting fetch failure as job error and log the error (#2715) 2025-03-29 16:41:42 +00:00
action.go fix: remote docker actions new action cache and dry run mode (#2513) 2025-02-25 02:28:17 +00:00
action_cache.go feat: GoGitActionCache shallow fetch (#2677) 2025-02-22 14:29:03 +00:00
action_cache_offline_mode.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_cache_test.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_composite.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
action_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
command.go Incorporate Debug, Warn, Error logging. (#2490) 2025-02-08 11:19:05 -08:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go chore: Remove obsolete Container.UpdateFromPath (#1631) 2023-02-16 16:11:26 +00:00
expression.go fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502) 2024-12-29 14:52:06 +00:00
expression_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
job_executor.go fix: reporting fetch failure as job error and log the error (#2715) 2025-03-29 16:41:42 +00:00
job_executor_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
local_repository_cache.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
logger.go fix function name in comment (#2240) 2024-03-06 14:20:06 +00:00
reusable_workflow.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
run_context.go feat: Support graceful job step cancellation (#2714) 2025-03-29 17:00:37 +00:00
run_context_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
runner.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
runner_test.go fix: reporting fetch failure as job error and log the error (#2715) 2025-03-29 16:41:42 +00:00
step.go feat: Support graceful job step cancellation (#2714) 2025-03-29 17:00:37 +00:00
step_action_local.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_action_local_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_action_remote.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_action_remote_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_docker.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_docker_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_run_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_test.go run_context: add GITHUB_RUN_ATTEMPT (#2458) 2024-09-19 21:36:09 +00:00