We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9d84c commit 878315dCopy full SHA for 878315d
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ permissions:
20
# additional changes
21
concurrency:
22
group: ${{ github.workflow }}-${{ github.ref }}
23
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
24
25
jobs:
26
changes:
0 commit comments