Skip to content

Commit

Permalink
Dial continuous integration on windows down to r-release only
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 13, 2024
1 parent 3bcd147 commit 6b4aab6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
fail-fast: false
matrix:
include: [
{ windows: windows-latest, r: release },
{ windows: windows-latest, r: devel }
#{ windows: windows-latest, r: release },
#{ windows: windows-latest, r: devel }
#
# for now just r-release
{ windows: windows-latest, r: release }
]
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit 6b4aab6

Please sign in to comment.