From 9ca68176d5e6a98fb50ba360a4459b1d0b6d2ad6 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 22 Aug 2022 11:48:12 +0300 Subject: [PATCH] Allow integration tests to actually run every night --- .github/workflows/integration-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0386fd3f8..be023ff2b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -8,8 +8,6 @@ on: jobs: integration_tests: - if: github.event.pull_request.head.repo.full_name == github.repository - name: Integration Tests runs-on: macos-12