From afa7ced3d2704591dcb0aa29158ff4c8a7e02fdd Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:47:31 -0800 Subject: [PATCH] chore: delegate test concurrency --- .github/workflows/integration-enterprise.yaml | 6 ------ .github/workflows/integration.yaml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 9408ecf..f17252f 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -1,11 +1,5 @@ name: Enterprise Integration Test -concurrency: - # Run only for most recent commit in PRs but for all tags and commits on main - # Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency - group: ${{ github.workflow }}-${{ github.head_ref || github.sha }} - cancel-in-progress: true - on: workflow_call: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d772633..561c40a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -1,11 +1,5 @@ name: Integration Test -concurrency: - # Run only for most recent commit in PRs but for all tags and commits on main - # Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency - group: ${{ github.workflow }}-${{ github.head_ref || github.sha }} - cancel-in-progress: true - on: workflow_call: