This commit is contained in:
yulike 2022-12-01 12:25:16 -05:00
parent 1854b2136e
commit 89e09cbcf5

View File

@ -4,37 +4,7 @@ name: dbt run ad hoc job
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
name:
description: 'blockchain'
default: 'axelar'
required: true
type: choice
options:
- axelar
- ethereum
- polygon
- flow
- algorand
- near
inputs:
name:
description: 'environment'
default: 'dev'
required: true
type: choice
options:
- dev
- prod
inputs:
name:
description: 'command'
default: ''
required: true
on: push
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: