Skip to content

Commit d06eba2

Browse files
committed
Testing
1 parent 2741f84 commit d06eba2

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [ develop, master ]
77
push:
8-
branches: [ develop, winarm ]
8+
branches: [ develop ]
99
paths-ignore:
1010
- 'doygen/**'
1111
- 'hooks/**'

.github/workflows/rtools.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)