mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 01:52:54 +01:00
Fix start-ci-run-gate having no steps
This commit is contained in:
@@ -55,6 +55,9 @@ jobs:
|
||||
needs: security-checkpoint
|
||||
runs-on: ubuntu-latest
|
||||
if: always() && (needs.security-check.result == 'success' || needs.security-check.result == 'skipped')
|
||||
steps:
|
||||
- name: GitHub Requires at Least One Step for a Job
|
||||
run: exit 0
|
||||
|
||||
analyze:
|
||||
name: Code Scanning
|
||||
|
||||
Reference in New Issue
Block a user