Skip to content

Commit

Permalink
keep only running on pytorch/data
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed Oct 21, 2024
1 parent e1711ca commit 330a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build_test_upload:
if: |
github.repository == 'pytorch/data' && (github.ref_name == 'main') || github.event_name == 'workflow_dispatch'
github.repository == 'pytorch/data' && (github.ref_name == 'main' || github.event_name == 'workflow_dispatch')
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: "main"
Expand Down

0 comments on commit 330a52e

Please sign in to comment.