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 4972785 commit 4ba0a94Copy full SHA for 4ba0a94
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ defaults:
38
shell: bash
39
40
concurrency:
41
- group: ${{ github.ref_name }}-ci
42
- cancel-in-progress: true
+ group: ${{ inputs.is_production_release && format('prod-{0}', inputs.release_version) || format('{0}-ci', github.ref_name) }}
+ cancel-in-progress: ${{ !inputs.is_production_release }}
43
44
permissions:
45
contents: read
0 commit comments