Skip to content

Commit 7b50ce4

Browse files
Update push-then-deploy.yml
1 parent 2c2be95 commit 7b50ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-then-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)