Skip to content

Commit

Permalink
Automatically trigger nightly-wheels.yml when `pytorch-upstream.txt…
Browse files Browse the repository at this point in the history
…` is modified (#2984)

Signed-off-by: Whitney Tsang <[email protected]>
  • Loading branch information
whitneywhtsang authored Dec 11, 2024
1 parent d16a1dd commit 718a7fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
workflow_dispatch:
schedule:
- cron: "5 23 * * *"
push:
branches:
- main
paths:
- .github/workflows/nightly-wheels.yml
- .github/pins/pytorch-upstream.txt

permissions: read-all

Expand Down

0 comments on commit 718a7fd

Please sign in to comment.