From e22f986a8c40d4362af03577ceb256a2006d36d7 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Tue, 1 Oct 2024 14:49:24 -0400 Subject: [PATCH] test --- .github/workflows/notify-wandb-core.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/notify-wandb-core.yaml b/.github/workflows/notify-wandb-core.yaml index 3d126acb6a..c02c2d0a73 100644 --- a/.github/workflows/notify-wandb-core.yaml +++ b/.github/workflows/notify-wandb-core.yaml @@ -16,6 +16,8 @@ on: default: true jobs: + check-which-tests-to-run: + uses: ./.github/workflows/check-which-tests-to-run.yaml notify-wandb-core: needs: check-which-tests-to-run runs-on: ubuntu-latest