Skip to content

Commit

Permalink
add license check as mandatory pipeline check
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichAD authored and HeinrichAD committed Jul 4, 2024
1 parent e3139b7 commit 23f44a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: bash ./dev coverage

build-and-push-docker-image:
needs: [lint-code, lint-doc, lint-scripts, mypy, coverage]
needs: [lint-code, lint-doc, lint-scripts, mypy, coverage, license-check]
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

build-pages:
needs: [lint-code, lint-doc, lint-scripts, mypy, coverage]
needs: [lint-code, lint-doc, lint-scripts, mypy, coverage, license-check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 23f44a7

Please sign in to comment.