Update BUILD.yml

This commit is contained in:
2026-03-16 22:25:33 -07:00
committed by GitHub
parent 514ce64534
commit 4b29777a91

View File

@@ -1,4 +1,7 @@
on: push on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build-push: build-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest