From ee239cf3dfd238cf4ee5f1e93d2b5e545bcc0948 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Tue, 1 Oct 2024 14:50:06 -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 c02c2d0a7357..6d18ebe85b20 100644 --- a/.github/workflows/notify-wandb-core.yaml +++ b/.github/workflows/notify-wandb-core.yaml @@ -18,6 +18,8 @@ on: jobs: check-which-tests-to-run: uses: ./.github/workflows/check-which-tests-to-run.yaml + with: + job: check notify-wandb-core: needs: check-which-tests-to-run runs-on: ubuntu-latest