From 1f073e6ca4a638f93002da98fd0d63a140afc112 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 11:37:11 -0400 Subject: [PATCH] Fix start-ci-run-gate having no steps --- .github/workflows/ci-suite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 056ef7021e..11c1dd6b3b 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -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