From bd30ea907805ac0e627f90fd1d857d579bc6ae99 Mon Sep 17 00:00:00 2001 From: amonkhouse Date: Mon, 8 Apr 2024 16:46:08 +0100 Subject: [PATCH] fix: updated sapphire retro job name --- .github/workflows/sapphire-on-call-retro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sapphire-on-call-retro.yml b/.github/workflows/sapphire-on-call-retro.yml index 9f323ce..34ea6d3 100644 --- a/.github/workflows/sapphire-on-call-retro.yml +++ b/.github/workflows/sapphire-on-call-retro.yml @@ -21,8 +21,8 @@ jobs: echo "::set-output name=should_run::$result" sapphire-on-call-retro: - needs: check_and_notify - if: needs.check_and_notify.outputs.should_run == 'true' + needs: check_if_retro_is_today + if: needs.check_if_retro_is_today.outputs.should_run == 'true' runs-on: ubuntu-latest timeout-minutes: 10