We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4846e5d commit e3b82bfCopy full SHA for e3b82bf
1 file changed
.github/workflows/deploy.yml
@@ -12,6 +12,10 @@ env:
12
AWS_DEFAULT_REGION: us-east-1
13
TG_WORKING_DIR: terragrunt/live/website
14
15
+# configure concurrency to prevent multiple runs at the same time
16
+concurrency:
17
+ group: ${{ github.workflow }}
18
+
19
jobs:
20
build:
21
runs-on: ubuntu-latest
0 commit comments