Skip to content

Commit

Permalink
chore: disable the test vector handler tests in GitHub Actions (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Apr 8, 2020
1 parent 3d98f47 commit 5ac45bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_test-vector-handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

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

0 comments on commit 5ac45bf

Please sign in to comment.