[Ci] Always cancel-in-progress

This commit is contained in:
Jarred Sumner
2024-04-18 19:12:51 -07:00
parent e134ed253f
commit 05ff620d4d

View File

@@ -6,7 +6,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
cancel-in-progress: true
on:
workflow_dispatch: