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