Skip to content

Commit 78a6051

Browse files
Main CI bug
1 parent 447c184 commit 78a6051

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# See https://github.com/r-lib/actions/tree/master/examples#readme for
77
# additional example workflows available for the R community.
88

9-
name: R
9+
name: Core_CI
1010

1111
on:
12-
push:
13-
branches: [ "master" ]
14-
pull_request:
15-
branches: [ "master" ]
16-
17-
permissions:
18-
contents: read
12+
# workflow_call is a required field of the "on" property,
13+
# when intending to use the workflow as a reusable workflow
14+
workflow_call:
15+
inputs:
16+
os:
17+
required: true
18+
type: string
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)