From 413d5a15c302b82d5adb9bcfec55718aab489601 Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Sun, 3 Oct 2021 14:17:18 -0600 Subject: [PATCH] Implement job concurrency on build (#1281) This should prevent builds from interacting with each other thereby keeping builds from failing when 2 provider tests happen at the same time. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90bc57523..520cf6bcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: integration-tests: runs-on: ubuntu-latest needs: build + concurrency: ${{ matrix.provider }} strategy: fail-fast: false matrix: