Skip to content

Commit a59ef75

Browse files
committed
adding oldrel workflow
1 parent 8afe4ed commit a59ef75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/scheduled.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ jobs:
6868
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
6969
with:
7070
config: >-
71-
r-devel-windows-x86_64,
7271
r-patched-linux-x86_64,
7372
r-release-linux-x86_64,
73+
r-devel-windows-x86_64,
7474
r-release-macos-arm64,
7575
r-release-macos-x86_64,
76-
r-release-windows-x86_64
76+
r-release-windows-x86_64,
77+
r-oldrel-macos-arm64,
78+
r-oldrel-macos-x86_64,
79+
r-oldrel-windows-x86_64

0 commit comments

Comments
 (0)