From fa32fe5df0b717ebb5c593ea09e1d02a2fc83361 Mon Sep 17 00:00:00 2001 From: Patrick Carey Date: Mon, 13 Jul 2020 10:10:42 +0100 Subject: [PATCH] Wait for test runs on all branches (#7) --- .github/workflows/acceptance-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 16c37cf..d2de6f6 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -27,6 +27,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: poll-interval-seconds: 10 + same-branch-only: false - name: Run tests run: |