Skip to content

Commit

Permalink
Cancel jobs (#954)
Browse files Browse the repository at this point in the history
* Add cancel jobs

* disable workflow_run
  • Loading branch information
Thoralf-M authored Jul 27, 2023
1 parent c4b773b commit 363a556
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cancel-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Cancel jobs from merged/closed pull request
on:
pull_request_target:
types: [closed]
workflow_run:
workflows: ["*"]
types: [requested]
# workflow_run:
# workflows: ["*"]
# types: [requested]


jobs:
merge_job:
Expand Down

0 comments on commit 363a556

Please sign in to comment.