Skip to content

Commit 680590a

Browse files
committed
only on mondays and remove ubuntu "devel"
1 parent c2d05bc commit 680590a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tic.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# for now, CRON jobs only run on the default branch of the repo (i.e. usually on master)
1515
schedule:
1616
# * is a special character in YAML so you have to quote this string
17-
- cron: "0 4 * * *"
17+
- cron: "0 4 * * 1"
1818

1919
name: tic
2020

@@ -31,7 +31,6 @@ jobs:
3131
# use a different tic template type if you do not want to build on all listed platforms
3232
- { os: windows-latest, r: "release" }
3333
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
34-
- { os: ubuntu-latest, r: "devel" }
3534
- { os: ubuntu-latest, r: "release" }
3635

3736
env:

0 commit comments

Comments
 (0)