Fix job self-dependency

This commit is contained in:
Dominion
2023-04-29 11:35:32 -04:00
parent 6957ccba26
commit 3eee1a2b03
-1
View File
@@ -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: