Skip to content

Commit 996049b

Browse files
CI test debug
1 parent 7bd18d1 commit 996049b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Nightly
33

44
# This job is run at 04:00 UTC every day or on demand.
55
on:
6+
push:
67
workflow_dispatch:
78
schedule:
89
- cron: '0 4 * * *'

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Weekly
33

44
# This job is run every Saturday at 01:00 UTC or on demand.
55
on:
6+
push:
67
workflow_dispatch:
78
schedule:
89
- cron: '0 1 * * 6' # every Saturday at 01:00 UTC

0 commit comments

Comments
 (0)