From 3eee1a2b032da94bed56ed7c5b5d2cbcd3dcabcf Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 11:35:32 -0400 Subject: [PATCH] Fix job self-dependency --- .github/workflows/ci-suite.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index ab628812d8..056ef7021e 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -31,7 +31,6 @@ concurrency: jobs: security-checkpoint: name: Check CI Clearance - needs: security-checkpoint runs-on: ubuntu-latest if: github.event_name == 'pull_request_target' && github.pull_request.head.repo.id != github.repository.id steps: