From 6b79bd00f040e719e3f5436b3c6e0daf0aaaa3e4 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 17 Aug 2024 12:04:03 -0400 Subject: [PATCH] Add name to CI Pipeline call --- .github/workflows/ci-security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 84d5dd4457..608b9c12f1 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -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