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 aa34fd0 commit aeb023dCopy full SHA for aeb023d
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
8
concurrency:
9
- group: pr-${{ github.workflow }}-${{ github.head_ref }}
+ group: pr-${{ github.workflow }}-${{ github.head_ref || github.ref }}
10
cancel-in-progress: true
11
12
jobs:
0 commit comments