Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jul 12, 2023
1 parent 65d9ec1 commit 2299472
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/trigger_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,23 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Trigger nightly text build
# if: ${{ github.event_name == 'schedule' || inputs.domain == 'text' || inputs.domain == 'all' }}
uses: ./test-infra/.github/actions/trigger-nightly
uses: .github/actions/trigger-nightly
with:
ref: main
repository: pytorch/text
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
- name: Trigger nightly audio build
# if: ${{ github.event_name == 'schedule' || inputs.domain == 'audio' || inputs.domain == 'all' }}
uses: ./test-infra/.github/actions/trigger-nightly
uses: .github/actions/trigger-nightly
with:
ref: main
repository: pytorch/audio
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
- name: Trigger nightly vision build
# if: ${{ github.event_name == 'schedule' || inputs.domain == 'vision' || inputs.domain == 'all' }}
uses: ./test-infra/.github/actions/trigger-nightly
uses: .github/actions/trigger-nightly
with:
ref: main
repository: pytorch/vision
Expand Down

0 comments on commit 2299472

Please sign in to comment.