Skip to content

Commit

Permalink
Revert "GHA: Run R-devel on all OSs"
Browse files Browse the repository at this point in the history
This reverts commit 5d97433.
  • Loading branch information
hsbadr committed May 27, 2021
1 parent 5d97433 commit 2cddc97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ jobs:
fail-fast: true
matrix:
r:
- ${{ needs.initiate.outputs.r_devel }}
- ${{ needs.initiate.outputs.r_release }}
- ${{ needs.initiate.outputs.r_oldrel }}
os:
- ${{ needs.initiate.outputs.os_linux }}
- ${{ needs.initiate.outputs.os_macos }}
- ${{ needs.initiate.outputs.os_windows }}
include:
- r: ${{ needs.initiate.outputs.r_devel }}
os: ${{ needs.initiate.outputs.os_linux }}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -431,13 +433,15 @@ jobs:
fail-fast: true
matrix:
r:
- ${{ needs.initiate.outputs.r_devel }}
- ${{ needs.initiate.outputs.r_release }}
- ${{ needs.initiate.outputs.r_oldrel }}
os:
- ${{ needs.initiate.outputs.os_linux }}
- ${{ needs.initiate.outputs.os_macos }}
- ${{ needs.initiate.outputs.os_windows }}
include:
- r: ${{ needs.initiate.outputs.r_devel }}
os: ${{ needs.initiate.outputs.os_linux }}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2cddc97

Please sign in to comment.