We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c347c commit 5e1ac59Copy full SHA for 5e1ac59
1 file changed
.github/workflows/test-build.yml
@@ -16,7 +16,7 @@ on:
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.ref_name != 'develop' }}
20
21
jobs:
22
build:
0 commit comments