Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 30, 2024
1 parent c7247e7 commit 16f3bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-nightly-past-ci-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

run_past_ci_pytorch_1-13:
name: PyTorch 1.13
if: (needs.get_number.outputs.run_number == 0) && (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build')))
if: needs.get_number.outputs.run_number == 0
uses: ./.github/workflows/self-past-caller.yml
with:
framework: pytorch
Expand Down

0 comments on commit 16f3bc9

Please sign in to comment.