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