Browse Source

Make jobs sequential

pull/24/head
baarkerlounger 4 years ago
parent
commit
23852ff85b
  1. 4
      .github/workflows/pipeline.yml

4
.github/workflows/pipeline.yml

@ -6,8 +6,6 @@ on:
- main - main
pull_request: pull_request:
concurrency: 'sandbox'
defaults: defaults:
run: run:
shell: bash shell: bash
@ -17,6 +15,7 @@ jobs:
test: test:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: 'sandbox'
services: services:
postgres: postgres:
@ -76,6 +75,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: 'sandbox' environment: 'sandbox'
concurrency: 'sandbox'
steps: steps:
- name: Checkout code - name: Checkout code

Loading…
Cancel
Save