I think the last job might have gotten cancelled because pull_request_target ran simultaneously?

This commit is contained in:
Dominion
2023-04-29 11:53:35 -04:00
parent ab9506895a
commit b96b1cfc0d
+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 }}"
group: "ci-${{ github.event.number || github.head_ref }}-${{ github.event_name }}"
cancel-in-progress: true
jobs: