Skip to content

Commit 05f0ff1

Browse files
committed
build-and-test doesn't need license-check
Signed-off-by: Steve Kriss <[email protected]>
1 parent fa7dd3a commit 05f0ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
build-and-test:
3939
runs-on: ubuntu-latest
40-
needs: [lint, gen-check, license-check]
40+
needs: [lint, gen-check]
4141
steps:
4242
- uses: actions/checkout@v3
4343
- uses: ./tools/github-actions/setup-deps

0 commit comments

Comments
 (0)