We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4579c77 commit df74a1cCopy full SHA for df74a1c
.github/workflows/cd.yml
@@ -7,6 +7,11 @@
7
8
name: Continuous Deployment
9
10
+# only allow one deploy workflow to be running at a time
11
+# serializes multiple outstanding deploys if PRs are merged before the last deploy finishes
12
+# ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
13
+concurrency: deploy
14
+
15
# Only trigger the workflow when pushing to master or a label is applied to a
16
# Pull Request
17
on:
0 commit comments