Merge pull request #1479 from tgstation/FinalFix

Correct CI concurrency group name
This commit is contained in:
Jordan Dominion
2023-04-29 18:47:31 -04:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ env:
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
concurrency:
group: "ci-${{ github.event.number || github.head_ref }}-${{ github.event_name }}"
group: "ci-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
cancel-in-progress: true
jobs: