Skip to content

Commit 9036ccf

Browse files
committed
fix: disable audits
1 parent 5f5f428 commit 9036ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
runs-on: ubuntu-latest
362362
if: startsWith(github.ref, 'refs/tags/v')
363363
needs:
364-
- audit
364+
# - audit
365365
- dist
366366
- test
367367
- build
@@ -381,7 +381,7 @@ jobs:
381381
runs-on: ubuntu-latest
382382
if: contains(github.ref, 'main')
383383
needs:
384-
- audit
384+
# - audit
385385
- dist
386386
- test
387387
- build

0 commit comments

Comments
 (0)