Skip to content

Commit d88bb9b

Browse files
authored
Make rocker builds not daily
1 parent c89b3fc commit d88bb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-rocker-builds.yaml renamed to .github/workflows/rocker-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
check-rocker-image:
1111
default: "rocker/rstudio"
1212
schedule:
13-
- cron: '0 18 * * *'
13+
- cron: '0 18 */4 * *'
1414

1515
jobs:
1616
check_versions:

0 commit comments

Comments
 (0)