Adding workflow canceling

This commit is contained in:
2026-07-07 22:24:19 -04:00
parent 63cda56ba2
commit f782605c77
+4
View File
@@ -8,6 +8,10 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:
name: Check name: Check