Skip to content

Commit 9b7006d

Browse files
committed
Test daily workflow
1 parent 63735c1 commit 9b7006d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache-vm-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# type: string
88
# description: Comma separated block numbers (e.g "10,50,70")
99
# required: true
10-
pull_request:
10+
# pull_request:
1111

1212
env:
1313
RANGE_SIZE: 2

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# At the end of every day
66
- cron: "0 0 * * *"
77
workflow_dispatch:
8-
# pull_request:
8+
pull_request:
99

1010
env:
1111
RANGE_SIZE: 2

0 commit comments

Comments
 (0)