diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01b7fdb..eb83f1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,6 @@ jobs: shellcheck: name: Run shellcheck runs-on: ubuntu-latest - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true steps: - name: Checkout to branch @@ -26,9 +23,6 @@ jobs: test: name: Test setup-postgresql runs-on: ${{ matrix.platform }} - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true strategy: fail-fast: false matrix: