Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #75 from communitiesuk/FS-2385/add_concurrency_key…
Browse files Browse the repository at this point in the history
…s_account_store

FS 2385: Copy concurrency keys from Workflow repo Account store
  • Loading branch information
rayhan15243 authored Mar 2, 2023
2 parents 4ce06b5 + a5e1136 commit 3fdb31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
jobs:
deploy_dev:
runs-on: ubuntu-latest
concurrency: deploy_dev_${{github.repository}}
environment: Dev
env:
FLASK_ENV: dev
Expand Down Expand Up @@ -32,6 +33,7 @@

run-shared-tests_dev:
needs: deploy_dev
concurrency: run-shared-tests_dev
uses: communitiesuk/funding-design-service-workflows/.github/workflows/run-shared-tests.yml@main
with:
perf_test_target_url_application_store: https://funding-service-design-application-store-dev.london.cloudapps.digital
Expand Down

0 comments on commit 3fdb31c

Please sign in to comment.