From 3817e48f8ddb597e26bf7f0e4cb3883828c371bd Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Fri, 25 Aug 2023 14:57:12 -0400 Subject: [PATCH] fix: remove concurrency restrictions on pr tests --- .github/workflows/pr-checker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index 4a37598d5..a9d77327f 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -3,8 +3,6 @@ name: Lint and Test Collection Role Changes on: - pull_request -concurrency: test-pr - jobs: lint-branch: runs-on: ubuntu-latest