From b848bb75998cc5a7b56a04b6a2c8d37cb34516cb Mon Sep 17 00:00:00 2001 From: Wolfgang Welz <welzwo@gmail.com> Date: Fri, 24 Apr 2020 10:01:47 +0200 Subject: [PATCH] Run integration tests only for PRs (#367) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c162dd6a..f096d4ee 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,6 +1,6 @@ name: Test GoShimmer -on: [push, pull_request] +on: pull_request jobs: -- GitLab