We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c65fe9 commit e4741dfCopy full SHA for e4741df
1 file changed
.github/workflows/R-CMD-check-wsl.yaml
@@ -7,7 +7,7 @@ name: Unit tests - WSL Backend
7
'on':
8
push:
9
branches:
10
- - gha-wsl2
+ - master
11
pull_request:
12
13
- master
@@ -17,7 +17,7 @@ jobs:
17
if: "! contains(github.event.head_commit.message, '[ci skip]')"
18
runs-on: windows-latest
19
20
- name: windows-latest-WSLv1
+ name: windows-latest-WSL2
21
22
env:
23
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
0 commit comments