From 5efde04509626d8485ee6419d49610cc14c4aae4 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Fri, 12 Jun 2020 11:02:00 -0500 Subject: [PATCH] chore: turn off smoke tests (#669) We are turning off the smoke tests for the time being as they are eating up our runners to much relative to the value we are currently getting from them. We will enable them in the future in a way that makes better use of our resources. --- .github/workflows/build-smoke-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-smoke-tests.yml b/.github/workflows/build-smoke-tests.yml index e8afbda7a..2fa5791fa 100644 --- a/.github/workflows/build-smoke-tests.yml +++ b/.github/workflows/build-smoke-tests.yml @@ -3,11 +3,7 @@ name: build smoke tests with source on: push: branches: - - dev - pull_request: - paths: - - '**/package.json' - - '**/Cargo.toml' + - stop-running jobs: node: