Skip to content

Commit

Permalink
Add workflow dispatch trigger to nightly builds (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Jul 16, 2024
1 parent dc7e455 commit b8d69b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# run every day at 1:15pm
schedule:
- cron: "15 13 * * *"
workflow_dispatch:
jobs:
nightly:
runs-on: [self-hosted, ci-gpu]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/torchserve-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# run every day at 11:15am
schedule:
- cron: '15 11 * * *'
workflow_dispatch:
jobs:
nightly:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b8d69b7

Please sign in to comment.