chore: trigger CI rebuild

This commit is contained in:
Graham McIntire 2026-04-17 12:46:28 -05:00
parent adaf9599e2
commit 9c7c190979
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -4,7 +4,7 @@ on:
push:
branches: [main]
# Cancel in-progress runs when a new run is triggered
# Cancel any in-progress run when a new one is triggered
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true