Skip to content

Commit

Permalink
Only deploy if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Jan 27, 2023
1 parent 4328d6c commit bba87e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

dockerhub-release:
runs-on: ubuntu-latest
needs: test

steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

dockerhub-release:
runs-on: ubuntu-latest
needs: test

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit bba87e2

Please sign in to comment.