We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c485b9 commit 8cd4846Copy full SHA for 8cd4846
1 file changed
.github/workflows/import-csv-issues.yaml
@@ -1,7 +1,7 @@
1
name: Issues Import (from CSV)
2
3
concurrency:
4
- group: ${{github.repository}}-${{ github.workflow }}
+ group: ${{ github.repository }}-${{ github.workflow }}-${{ format('{0}/{1}', inputs.owner, inputs.repo) || github.repository }}
5
cancel-in-progress: false
6
7
on:
0 commit comments