File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [ develop, master ]
77 push :
8- branches : [ develop, winarm ]
8+ branches : [ develop ]
99 paths-ignore :
1010 - ' doygen/**'
1111 - ' hooks/**'
Original file line number Diff line number Diff line change 1+ # Note that the workflows below use Powershell (pwsh) as they were originally written for Windows runners.
2+ name : Rtools & ARM64 CI
3+
4+ on :
5+ pull_request :
6+ branches : [ develop, master ]
7+ push :
8+ branches : [ develop, winarm ]
9+ paths-ignore :
10+ - ' doygen/**'
11+ - ' hooks/**'
12+ - ' licenses/**'
13+ - ' LICENSE.md'
14+ - ' README.md'
15+ - ' RELEASE-NOTES.txt'
16+ permissions :
17+ contents : read
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
20+ cancel-in-progress : true
21+
22+ jobs :
23+ prim-rev :
24+ name : Test
25+ runs-on : windows-11-arm
26+
27+ steps :
28+ - uses : r-lib/actions/setup-r@v2
You can’t perform that action at this time.
0 commit comments