We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
1 parent b83b851 commit 70de18dCopy full SHA for 70de18d
1 file changed
.github/workflows/R.yml
@@ -558,14 +558,10 @@ jobs:
558
matrix:
559
r:
560
- ${{ needs.initiate.outputs.r_release }}
561
- - ${{ needs.initiate.outputs.r_oldrel }}
562
os:
563
- ${{ needs.initiate.outputs.os_linux }}
564
- ${{ needs.initiate.outputs.os_macos }}
565
- ${{ needs.initiate.outputs.os_windows }}
566
- include:
567
- - r: ${{ needs.initiate.outputs.r_devel }}
568
- os: ${{ needs.initiate.outputs.os_linux }}
569
570
env:
571
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments