Added concurrency for workflow

This commit is contained in:
2026-06-14 22:36:09 -04:00
parent 3117f46a73
commit f04aba1196
+5
View File
@@ -5,6 +5,11 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:
name: Check name: Check