Skip to content

Commit b3d0660

Browse files
authored
Update ci-release.yml
skip tests on release
1 parent 35b3478 commit b3d0660

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,10 +5,10 @@ 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
runs-on: macos-11
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)