Skip to content

Commit b643265

Browse files
authored
Disable advisories check in CI
1 parent 7a65e07 commit b643265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
checks:
65-
- advisories
65+
# - advisories
6666
- bans licenses sources
6767
# Prevent new advisories from failing CI
6868
continue-on-error: ${{ matrix.checks == 'advisories' }}

0 commit comments

Comments
 (0)