Skip to content

Commit

Permalink
Merge pull request #71 from ministryofjustice/NIT-1305-custom-scaling…
Browse files Browse the repository at this point in the history
…-times

NIT-1305 fix error in script
  • Loading branch information
pbasumatary authored Jul 5, 2024
2 parents f6a7c0e + 540fe64 commit 6aeb967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-scale-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo "ENV_TO_SCALE=dev" >> $GITHUB_ENV
else
echo "ENV_TO_SCALE=NONE" >> $GITHUB_ENV
fi
- name: Call scale up workflow
if: env.ENV_TO_SCALE != 'NONE'
Expand Down

0 comments on commit 6aeb967

Please sign in to comment.