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 064afa5 commit ee9b527Copy full SHA for ee9b527
.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