mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 01:52:54 +01:00
Fix job self-dependency
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user