Skip to content

Commit

Permalink
Fixing order.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphabot-snyk committed Apr 10, 2024
1 parent 69dabd1 commit 86ce9d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/webinar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: code-results.html

oss-assessment:
needs: code-assessment
needs: unit-testing
permissions: write-all
name: Open Source Assessment
runs-on: ubuntu-latest
Expand All @@ -69,7 +69,9 @@ jobs:
path: oss-results.html

build-container-image:
needs: code-assessment
needs:
- code-assessment
- unit-testing
permissions: write-all
name: Build Container Image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86ce9d3

Please sign in to comment.