Skip to content

Commit

Permalink
Update ontology-build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Sep 13, 2023
1 parent 423a7fa commit f7f07da
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ontology-build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Build Ontology Service & Deploy Cloud Run
on:
workflow_dispatch:
inputs:
ontology:
description: 'The ontology to use.'
required: true
type: string
international:
description: 'Is the ontology babelon international?'
default: false
type: boolean
load:
description: 'Should load the data?'
default: true
type: boolean
tag:
description: 'The data tag'
type: string
inputs:
ontology:
description: 'The ontology to use.'
required: true
type: string
international:
description: 'Is the ontology babelon international?'
default: false
type: boolean
load:
description: 'Should load the data?'
default: true
type: boolean
tag:
description: 'The data tag'
type: string
workflow_call:
inputs:
ontology:
Expand Down

0 comments on commit f7f07da

Please sign in to comment.