Skip to content

Commit

Permalink
#1 - Make deploy job wait for build job before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wndrr committed Mar 18, 2020
1 parent 30ccd06 commit 8049a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
if: success()
needs: build

steps:
- name: executing remote ssh commands using password
Expand Down

0 comments on commit 8049a7d

Please sign in to comment.