From 0ad498cfa38d6ca60ce0406e5d88a03d5cf46ba3 Mon Sep 17 00:00:00 2001 From: nickevansuk <2616208+nickevansuk@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:32:41 +0100 Subject: [PATCH] chore: Align staging environment name with Heroku app name --- .github/workflows/test-and-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 4ef65dd..4529845 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -82,10 +82,11 @@ jobs: needs: [test-site, test-models, test-data-model-validator, test-rpde-validator] if: ${{ github.ref == 'refs/heads/master' }} concurrency: - group: validator-staging.openactive.io + group: data-model-validator-staging cancel-in-progress: true environment: - name: validator-staging.openactive.io + # Matches the name of the Heroku app + name: data-model-validator-staging url: https://validator-staging.openactive.io/ runs-on: ubuntu-latest steps: