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