File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#
77# It is unlikely that you need to modify this file manually.
88
9- name : R-hub
10- run-name : " ${{
11- github.event_name == 'workflow_dispatch'
12- && format('{0}: {1}',
13- github.event.inputs.id,
14- github.event.inputs.name || format('Manually run by {0}', github.triggering_actor)
15- )
16- || format('{0}: {1} ({2})',
17- github.sha,
18- github.event_name == 'push' && 'Push' || 'PR',
19- github.event_name == 'push' && github.ref_name || github.event.pull_request.title || 'Pull Request'
20- )
21- }}"
9+ name : R-hubZ
10+
2211on :
2312 push :
2413 branches : [ main, master ]
4938 # NO NEED TO CHECKOUT HERE
5039 - uses : r-hub/actions/setup@v1
5140 with :
52- config : ${{ github.event.inputs.config || 'linux,windows,macos-arm64 '}}
41+ config : ${{ github.event.inputs.config || 'linux,windows,m1-san '}}
5342 id : rhub-setup
5443
5544 linux-containers :
You can’t perform that action at this time.
0 commit comments