Skip to content

Commit

Permalink
disable workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Jul 27, 2023
1 parent 6f47d78 commit 5b07163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cancel-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 5b07163

Please sign in to comment.