From c88fb695abc60b667bd299b4ad6052c6c90ed0ce Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Tue, 12 May 2020 14:53:23 +0100 Subject: [PATCH] don't run integration tests on PRs --- .github/workflows/integration-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index a59d60a0e..e73553b67 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -1,6 +1,6 @@ name: "Integration Testing" -on: [push, pull_request] +on: [push] jobs: multi-language-repo_test-autodetect-languages: