Skip to content

Commit 806998a

Browse files
authored
temporary disable checks on release (#274)
1 parent fd2491c commit 806998a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
- '*'
66

77
jobs:
8-
test:
9-
uses: ./.github/workflows/run-tests.yml
8+
# test:
9+
# uses: ./.github/workflows/run-tests.yml
1010
publish:
11-
needs: [ test ]
11+
# needs: [ test ]
1212
uses: ./.github/workflows/publish-release.yml
1313
secrets: inherit

0 commit comments

Comments
 (0)