Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3fbfdc9
1
Parent(s):
032049d
Allow running large job manually
Browse files
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -9,6 +9,7 @@ on:
|
|
9 |
# This means the job will run at 5am EST.
|
10 |
- cron: "0 10 * * *"
|
11 |
# This will automatically run on master branch only.
|
|
|
12 |
|
13 |
jobs:
|
14 |
test:
|
|
|
9 |
# This means the job will run at 5am EST.
|
10 |
- cron: "0 10 * * *"
|
11 |
# This will automatically run on master branch only.
|
12 |
+
workflow_dispatch:
|
13 |
|
14 |
jobs:
|
15 |
test:
|