Skip to content

Commit 1587dcd

Browse files
committed
Merge branch 'main' of https://github.com/raeslab/loreplotr
2 parents 0b390ee + 8829531 commit 1587dcd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main, master]
67
pull_request:
78
branches: [main, master]
8-
9+
schedule:
10+
# execute once a week on monday
11+
- cron: '0 1 * * 1'
12+
913
name: R-CMD-check
1014

1115
jobs:
@@ -22,7 +26,7 @@ jobs:
2226
- {os: windows-latest, r: 'release'}
2327
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2428
- {os: ubuntu-latest, r: 'release'}
25-
- {os: ubuntu-latest, r: 'oldrel-1'}
29+
# - {os: ubuntu-latest, r: 'oldrel-1'} # one dependency no longer supports this
2630

2731
env:
2832
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)