Skip to content

Commit

Permalink
Do not wait for the docker build when doing a deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 27, 2024
1 parent 0a89a97 commit 97b5886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
cache-to: type=gha,mode=max
deploy:
name: Deploy app
needs: [rspec, jest, docker-build]
needs: [rspec, jest]
if: github.ref_name == 'master'
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
Expand Down

0 comments on commit 97b5886

Please sign in to comment.