From 42a7d1d26d493c3a3a905602a97c91baf826893f Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 30 May 2024 10:05:27 +0200 Subject: [PATCH] build --- .github/workflows/self-nightly-past-ci-caller.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/self-nightly-past-ci-caller.yml b/.github/workflows/self-nightly-past-ci-caller.yml index a81538749d0046..220278ce104dda 100644 --- a/.github/workflows/self-nightly-past-ci-caller.yml +++ b/.github/workflows/self-nightly-past-ci-caller.yml @@ -13,7 +13,6 @@ jobs: run_past_ci_pytorch_1-13: name: PyTorch 1.13 if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))) - needs: [run_nightly_ci] uses: ./.github/workflows/self-past-caller.yml with: framework: pytorch