We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bef94 commit 82311acCopy full SHA for 82311ac
.github/workflows/R-CMD-check.yaml
@@ -58,7 +58,7 @@ jobs:
58
needs: check
59
60
- name: git config
61
- if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
+ if: matrix.config.r == 'release'
62
run: |
63
git config --global user.name "$GITHUB_ACTOR"
64
git config --global user.email "[email protected]"
0 commit comments