Skip to content

Commit

Permalink
chore: Align staging environment name with Heroku app name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 7, 2024
1 parent 2325129 commit 0ad498c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ad498c

Please sign in to comment.