Skip to content

Commit

Permalink
fix: Fix scale-up workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Aug 22, 2024
1 parent 1edfdb8 commit 784316a
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 784316a

Please sign in to comment.