Skip to content

Commit 7e913f2

Browse files
Update nightly.yml
1 parent 575969d commit 7e913f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Nightly
33

44
# This job is run at 04:00 UTC every day or on demand.
55
on:
6-
workflow_dispatch:
7-
# schedule:
8-
# - cron: '0 4 * * *'
6+
workflow_call:
7+
paths:
8+
- '.github/**'
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)