From 5f648394adea02ba070a8ebef94b84addb8c2cd9 Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:21:31 -0500 Subject: [PATCH] trying out some conditionals --- .github/workflows/build.yml | 2 +- .github/workflows/coverage.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf5d8bb..580475d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Images +name: BuildImage on: workflow_run: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fd60e93..4c91283 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: Coverage on: workflow_run: - workflows: ["Tests"] + workflows: ["BuildImage"] types: - completed @@ -28,4 +28,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} - verbose: true \ No newline at end of file + verbose: true