Update ci.yml

This commit is contained in:
Jarred Sumner
2024-04-21 23:49:10 -07:00
parent 639f554c9c
commit a3dc94f1e1

View File

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