From ec04cd621d7771c06616280608baa6e6644bb703 Mon Sep 17 00:00:00 2001 From: tazlin Date: Mon, 3 Jun 2024 14:35:20 -0400 Subject: [PATCH] tests: run pr actions sequentially --- .github/workflows/prtests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/prtests.yml b/.github/workflows/prtests.yml index 732f1006..f7a5333e 100644 --- a/.github/workflows/prtests.yml +++ b/.github/workflows/prtests.yml @@ -23,9 +23,6 @@ on: jobs: required-label-job: runs-on: ubuntu-latest - concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha }} - cancel-in-progress: true permissions: issues: write pull-requests: write @@ -39,9 +36,7 @@ jobs: runner-job: runs-on: ubuntu-latest # runs-on: self-hosted - concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha }} - cancel-in-progress: true + needs: required-label-job env: POSTGRES_URL: "localhost:5432/horde_test" POSTGRES_PASS: "postgres"