Skip to content

Commit

Permalink
test parallel running
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubblin authored Sep 7, 2024
1 parent 539c7a8 commit c8c6616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:

checkov:
runs-on: ubuntu-latest
needs: hadolint
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -76,7 +75,7 @@ jobs:

build:
runs-on: ubuntu-latest
needs: checkov
needs: [hadolint, checkov]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit c8c6616

Please sign in to comment.