Skip to content

Commit

Permalink
Fix absense of pytorch_ref when workflow is scheduled (#2321)
Browse files Browse the repository at this point in the history
For #2315
  • Loading branch information
kwasd authored Sep 24, 2024
1 parent a164fe6 commit 9ad431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/try-latest-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: ./.github/actions/get-commit-id
with:
repository: "pytorch/pytorch"
branch: ${{ inputs.pytorch_ref }}
branch: ${{ inputs.pytorch_ref || 'main' }}

- name: Matrix
id: matrix
Expand Down

0 comments on commit 9ad431a

Please sign in to comment.