Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
protectu build by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
P1sar committed Sep 13, 2021
1 parent 084ed7a commit 89894f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Docker Deployment
runs-on: ubuntu-latest
# requires these jobs to run first
# needs: [test, e2e, lint]
needs: [test, e2e, lint]
# if check not passed, job will be skipped
if: github.ref == 'refs/heads/main' || contains(github.ref, '/tags/v')
environment:
Expand Down

0 comments on commit 89894f5

Please sign in to comment.