Skip to content

Commit

Permalink
Fix staging conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Dec 1, 2021
1 parent c0c8670 commit e1b2f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Deploy staging to Heroku
runs-on: ubuntu-latest
needs: [testing]
if: ${{ success() && needs.check.outputs.is_release == 'true' }}
if: ${{ success() }}

steps:
- name: Checkout
Expand Down

0 comments on commit e1b2f12

Please sign in to comment.