Add name to CI Pipeline call

This commit is contained in:
Jordan Dominion
2024-08-17 12:04:03 -04:00
parent 2ed4f8f0b3
commit 6b79bd00f0
+1
View File
@@ -59,6 +59,7 @@ jobs:
run: exit 1
ci-pipline-workflow-call:
name: CI Pipeline
needs: security-checkpoint
if: (!(cancelled() || failure()) && (github.event_name != 'pull_request_target' || needs.security-checkpoint.result == 'success'))
uses: ./.github/workflows/ci-pipeline.yml