added concurrency checks

This commit is contained in:
Tyler Mayoff 2025-07-04 22:59:11 -04:00
parent 5707e39ca9
commit 9c327b82e0

View file

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