Skip to content

Commit 08229ee

Browse files
authored
[CICD-497] Add concurrency queueing to e2e deploy workflow (wpengine#35)
1 parent 5f48190 commit 08229ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- main
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-main
14+
cancel-in-progress: false
1215

1316
jobs:
1417
run_action:
@@ -21,7 +24,7 @@ jobs:
2124
uses: ./.github/actions/deploy
2225
with:
2326
# Deploy vars
24-
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
27+
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
2528
WPE_ENV: sitedeploye2e
2629
# Deploy Options
2730
SRC_PATH: "tests/data/plugins/test-plugin"

0 commit comments

Comments
 (0)