Skip to content

Commit 4c0e3cb

Browse files
authored
Merge pull request #3 from openMetadataInitiative/Raphael-Gazzotti-Fix-Workflow
Fix openMetadataInitiative/openMINDS#15, Make the workflow appear in the Actions tab.
2 parents e60e9b4 + f305ca0 commit 4c0e3cb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ on:
66
branches:
77
- pipeline
88
workflow_dispatch: # This triggers the workflow when a webhook is received
9-
9+
inputs:
10+
branch:
11+
description: 'The branch of the submodule the workflow was triggered for'
12+
required: true
13+
type: string
14+
repository:
15+
description: 'The repository of the submodule the workflow was triggered for'
16+
required: true
17+
type: string
1018

1119
jobs:
1220
build:

0 commit comments

Comments
 (0)