Skip to content

Commit

Permalink
Merge pull request #1959 from Expensify/Rory-DeferDeployment
Browse files Browse the repository at this point in the history
Skip staging deploy if StagingDeployCash is locked
  • Loading branch information
Jag96 authored Mar 19, 2021
2 parents c2bc2bf + 35ec177 commit ad352bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:

#TODO: Once we add cherry picking, we will need run this from elsewhere
- name: 🚀 Push tags to trigger staging deploy 🚀
if: ${{ needs.chooseDeployActions.outputs.isStagingDeployLocked == 'false' }}
run: git push --tags

- name: Update StagingDeployCash
Expand Down

0 comments on commit ad352bb

Please sign in to comment.