We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2afb0 commit 58a9073Copy full SHA for 58a9073
.github/workflows/nightly.yml
@@ -57,7 +57,7 @@ on:
57
- cron: '0 0 * * 3,6'
58
59
concurrency:
60
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ !!inputs.is_dev }}
61
cancel-in-progress: true
62
63
permissions:
0 commit comments