Skip to content

Commit 8738604

Browse files
committed
OK-749: Runko DBT-ajon käsin käynnistämiselle
1 parent 1504f31 commit 8738604

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Run current installed DBT Runner task
2+
3+
on:
4+
workflow_call:
5+
inputs:
6+
environment:
7+
type: string
8+
required: true
9+
description: 'Environment which to deploy to (testi/tuotanto)'
10+
workflow_dispatch:
11+
inputs:
12+
environment:
13+
type: choice
14+
description: 'Environment which to deploy to'
15+
options:
16+
- testi
17+
- tuotanto
18+
19+
permissions:
20+
id-token: write
21+
contents: read
22+
23+
jobs:
24+
deploy:
25+
name: Run current installed DBT Runner task
26+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)