Skip to content

Commit

Permalink
betteR
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Oct 22, 2024
1 parent c68675a commit e364082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/concurrency-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
deploy_prod:
name: Deploy image to prod
runs-on: ubuntu-latest
needs: deploy_dev
needs:
- deploy_dev
- push_to_registry
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e364082

Please sign in to comment.