Skip to content

Commit

Permalink
Merge pull request #77 from ministryofjustice/NIT-1425-scaleup-workfl…
Browse files Browse the repository at this point in the history
…ow-fix

NIT-1425 fix typo for workflow
  • Loading branch information
pbasumatary authored Jul 24, 2024
2 parents 6cda4f5 + d3b86c6 commit 9a8bce9
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 @@ -25,6 +25,6 @@ jobs:
- name: Call scale up workflow
if: env.ENV_TO_SCALE != 'NONE'
uses: ./.github/workflows/scale-up.yml
uses: ./.github/workflows/scale-up.yaml
with:
environment: ${{ env.ENV_TO_SCALE }}

0 comments on commit 9a8bce9

Please sign in to comment.