Skip to content

Commit 7394761

Browse files
author
Zachary Foster
committed
use default run-name
1 parent c986f96 commit 7394761

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/rhub.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,8 @@
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+
2211
on:
2312
push:
2413
branches: [ main, master ]
@@ -49,7 +38,7 @@ jobs:
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:

0 commit comments

Comments
 (0)