Skip to content

Commit

Permalink
Merge pull request #88 from ministryofjustice/scale-up-workflow-name-fix
Browse files Browse the repository at this point in the history
fix: Fix scale-up workflow name
  • Loading branch information
andrewmooreio authored Aug 22, 2024
2 parents 1edfdb8 + 784316a commit cfa5e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scale-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Call scale up workflow
if: env.ENV_TO_SCALE != 'NONE'
uses: ./.github/workflows/scale.yaml
uses: ./.github/workflows/scale-up.yaml
with:
environment: ${{ env.ENV_TO_SCALE }}-preapproved

0 comments on commit cfa5e8c

Please sign in to comment.