From 23852ff85b1729d4a6ee27da1d32a432d2523fcd Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 27 Sep 2021 15:51:39 +0100 Subject: [PATCH] Make jobs sequential --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index de8388d33..a80670def 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -6,8 +6,6 @@ on: - main pull_request: -concurrency: 'sandbox' - defaults: run: shell: bash @@ -17,6 +15,7 @@ jobs: test: name: Test runs-on: ubuntu-latest + concurrency: 'sandbox' services: postgres: @@ -76,6 +75,7 @@ jobs: runs-on: ubuntu-latest environment: 'sandbox' + concurrency: 'sandbox' steps: - name: Checkout code