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
89e09cbcf5
commit
bc199d96ac
8
.github/workflows/dbt_run-adhoc.yml
vendored
8
.github/workflows/dbt_run-adhoc.yml
vendored
@ -4,7 +4,13 @@ name: dbt run ad hoc job
|
||||
|
||||
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
||||
# or API.
|
||||
on: push
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dbt_command:
|
||||
type: string
|
||||
description: 'dbt commands to run'
|
||||
required: true
|
||||
|
||||
# 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