Skip to content

Commit 70c041c

Browse files
committed
fix reusable workflow
1 parent 6780f93 commit 70c041c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/humble_ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Humble CI: Build and Test
2+
23
on:
34
workflow_call:
4-
#inputs:
5-
# config-path:
6-
# required: true
7-
# type: string
8-
secrets:
9-
inherit: true
5+
106
jobs:
117
build_and_test:
128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)