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: on:
push: push:
concurrency: # concurrency:
group: ${{ github.workflow }}-${{ github.ref }} # group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true # cancel-in-progress: true
jobs: jobs:
build: build: