Skip to content

Commit

Permalink
OK-749: Runko DBT-ajon käsin käynnistämiselle
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Dec 12, 2024
1 parent 1504f31 commit 8738604
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/run-dbt-runner-task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run current installed DBT Runner task

on:
workflow_call:
inputs:
environment:
type: string
required: true
description: 'Environment which to deploy to (testi/tuotanto)'
workflow_dispatch:
inputs:
environment:
type: choice
description: 'Environment which to deploy to'
options:
- testi
- tuotanto

permissions:
id-token: write
contents: read

jobs:
deploy:
name: Run current installed DBT Runner task
runs-on: ubuntu-latest

0 comments on commit 8738604

Please sign in to comment.