Skip to content

Commit 71363ba

Browse files
authored
ci: temporary run every 15mins (#9)
1 parent 5e7ff4a commit 71363ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
on:
1010
schedule:
11-
- cron: "0 5 * * 1,3,5" # monday,wednesday,friday 5AM
11+
- cron: "*/15 * * * *" # every 15 minutes
1212
workflow_dispatch:
1313
inputs:
1414
version:

0 commit comments

Comments
 (0)