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 ece1909 commit 67f5610Copy full SHA for 67f5610
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ on: [push, workflow_dispatch]
2
3
concurrency:
4
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5
- cancel-in-progress: true
+ cancel-in-progress: ${{ !contains(github.ref, 'production')}}
6
7
jobs:
8
publish:
0 commit comments