Skip to content

Commit

Permalink
Update push-then-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer authored Mar 5, 2023
1 parent 2c2be95 commit 7b50ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-then-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7b50ce4

Please sign in to comment.