Skip to content

Commit b1d23a0

Browse files
committed
workflow changes
1 parent 1bbc640 commit b1d23a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Update quick start module
22
on:
3+
schedule:
4+
# At 18:30 pm UTC (1:30 pm EST)
5+
- cron: "30 18 * * *"
36
pull_request:
47
paths:
58
- .github/workflows/update-quick-start-module.yml
@@ -10,6 +13,7 @@ on:
1013
paths:
1114
- .github/workflows/update-quick-start-module.yml
1215
- /scripts/gen_quick_start_module.py
16+
workflow_dispatch:
1317

1418
jobs:
1519
linux-nightly-matrix:

.github/workflows/validate-quick-start-module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- published_versions.json
1313
- /assets/quick-start-module.js
1414
- .github/workflows/validate-quick-start-module.yml
15+
workflow_dispatch:
16+
1517
jobs:
1618
validate-nightly-binaries:
1719
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main

0 commit comments

Comments
 (0)