From 5a62af729a668d9265ddae7de906d0de2ac0b6c4 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Wed, 8 Apr 2020 14:21:08 -0700 Subject: [PATCH] chore: disable the test vector handler tests in GitHub Actions --- .github/workflows/ci_test-vector-handler.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_test-vector-handler.yaml b/.github/workflows/ci_test-vector-handler.yaml index f2efa30ce..570133231 100644 --- a/.github/workflows/ci_test-vector-handler.yaml +++ b/.github/workflows/ci_test-vector-handler.yaml @@ -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