mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
updated
This commit is contained in:
parent
1854b2136e
commit
89e09cbcf5
32
.github/workflows/dbt_run-adhoc.yml
vendored
32
.github/workflows/dbt_run-adhoc.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user