We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7089e5 commit 66bdadcCopy full SHA for 66bdadc
examples/noneflow.yml
@@ -3,16 +3,16 @@ name: NoneFlow
3
on:
4
issues:
5
types: [opened, reopened, edited]
6
- pull_request_target:
7
- types: [closed]
8
issue_comment:
9
types: [created]
+ pull_request_target:
+ types: [closed]
10
pull_request_review:
11
types: [submitted]
12
13
concurrency:
14
- group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
15
- cancel-in-progress: false
+ group: ${{ github.workflow }}-${{ github.event.issue.number && format('publish/issue{0}', github.event.issue.number) || github.head_ref || github.run_id }}
+ cancel-in-progress: ${{ startsWith(github.head_ref, 'publish/issue')}}
16
17
jobs:
18
noneflow:
0 commit comments