We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a96ad + 0f3ef78 commit f2d224fCopy full SHA for f2d224f
.github/workflows/pull_request.yaml
@@ -2,7 +2,7 @@ name: 'Pull Request Build'
2
3
concurrency:
4
group: ${{ github.event.branch }}-${{ github.event.number }}
5
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
6
7
on:
8
merge_group:
0 commit comments