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 cd86cbc commit fcae1a9Copy full SHA for fcae1a9
.github/workflows/phpstan.yml
@@ -14,7 +14,7 @@ on:
14
workflow_dispatch:
15
16
concurrency:
17
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
18
cancel-in-progress: true
19
20
jobs:
.github/workflows/test.yml
@@ -18,7 +18,7 @@ on:
21
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
22
23
24
0 commit comments