Skip to content

Commit

Permalink
ci: Fix deploy job depending on non-existant job
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Oct 6, 2023
1 parent 4cac7d9 commit edbd5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: publish
needs: containerize
if: ${{ github.ref_type == 'branch' && github.ref_protected && github.event_name != 'pull_request' }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: publish
needs: containerize
if: ${{ github.ref_type == 'branch' && github.ref_protected && github.event_name != 'pull_request' }}

steps:
Expand Down

0 comments on commit edbd5b9

Please sign in to comment.