Skip to content

Commit

Permalink
[CICD-497] Add concurrency queueing to e2e deploy workflow (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-day authored Sep 3, 2024
1 parent 5f48190 commit 08229ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-main
cancel-in-progress: false

jobs:
run_action:
Expand All @@ -21,7 +24,7 @@ jobs:
uses: ./.github/actions/deploy
with:
# Deploy vars
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: sitedeploye2e
# Deploy Options
SRC_PATH: "tests/data/plugins/test-plugin"
Expand Down

0 comments on commit 08229ee

Please sign in to comment.