We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8345e6 commit 6d0e909Copy full SHA for 6d0e909
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ on:
13
- opened
14
- synchronize
15
16
+concurrency:
17
+ group: deploy-${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'main-deployment' || github.sha }}
18
+ cancel-in-progress: true
19
+
20
env:
21
DEPLOYMENT_TARGET_HASH: ${{ github.sha }}
22
DEPLOYMENT_TRIGGER_PUSH: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments