From 39e764703d6d131aec605315844cb1a20696f8e5 Mon Sep 17 00:00:00 2001
From: Tonye Jack <jtonye@ymail.com>
Date: Mon, 11 Sep 2023 20:06:01 -0600
Subject: [PATCH] Add support for canceling other jobs

---
 .github/workflows/test.yml | 6 ------
 1 file changed, 6 deletions(-)

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: