Skip to content

Commit

Permalink
refactor(ci): update job dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Aug 8, 2022
1 parent a70bb84 commit ef4557e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
echo ${{ steps.mods_docker_build.outputs.digest }}
tests:
runs-on: ubuntu-latest
needs: [lint, ubi]
needs: [lint, ubi, alpine]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
release:
needs: [docker, alpine]
needs: [docker]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit ef4557e

Please sign in to comment.