Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed May 21, 2024
1 parent 0a12281 commit 4133202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
docker:
name: Docker CI
# Wait for yarn tests to pass?
needs:
- yarn
#needs:
# - yarn
uses: qlever-llc/workflows/.github/workflows/build-and-push-service.yml@master
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 4133202

Please sign in to comment.