Skip to content

Commit e81c417

Browse files
committed
fix workflow call
1 parent ff3761d commit e81c417

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/_geonode-build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: GeoNode Test Suites
22

3-
on: [push, workflow_dispatch]
3+
on:
4+
workflow_call:
5+
inputs:
6+
test_suite:
7+
required: false
8+
type: string
9+
default: ""
10+
codecov_name:
11+
required: false
12+
type: string
13+
default: "default"
414

515
jobs:
616
# -------------------------

0 commit comments

Comments
 (0)