Skip to content

Commit 5ac45bf

Browse files
authored
chore: disable the test vector handler tests in GitHub Actions (#243)
1 parent 3d98f47 commit 5ac45bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_test-vector-handler.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99

1010
jobs:
1111
tests:
12-
# Until we address the credentials problem,
13-
# do not run for pull requests.
14-
if: github.event != 'pull_request'
12+
# Leaving this defined but disabled
13+
# until we address the credentials problem.
14+
if: 1 == 0
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: true

0 commit comments

Comments
 (0)