cancel concurrency checks

This commit is contained in:
Tyler Mayoff 2025-07-05 09:28:31 -04:00
parent b2760e4402
commit 856e429248

View file

@ -1,9 +1,9 @@
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
jobs:
build: