We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bfbbf commit fd21a7fCopy full SHA for fd21a7f
.github/workflows/create_prompts_and_upload.yml
@@ -1,8 +1,7 @@
1
name: Process Phenopackets and Upload to Zenodo
2
3
on:
4
- workflow_dispatch: # Only runs when manually triggered
5
- workflow_call: # Allow calling from another workflow
+ workflow_call: {} # Allow calling from another workflow
6
7
jobs:
8
process-phenopackets:
0 commit comments