From 9c7c190979703f8b32301fe5ecfa2faeb1a9565e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 17 Apr 2026 12:46:28 -0500 Subject: [PATCH] chore: trigger CI rebuild --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53375fa..382176e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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