We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec01516 commit e881a76Copy full SHA for e881a76
.github/workflows/deploy_to_snowflake.yml
@@ -2,6 +2,7 @@ name: Deploy to Snowflake with Titan
2
on:
3
push:
4
branches: [ main ]
5
+ workflow_dispatch:
6
7
jobs:
8
deploy:
@@ -11,7 +12,7 @@ jobs:
11
12
uses: actions/checkout@v4
13
14
- name: Deploy to Snowflake with Titan
- uses: Titan-Systems/titan-core-action@main
15
+ uses: Titan-Systems/titan-core-action@chore/python-versions
16
with:
17
run-mode: 'create-or-update'
18
resource-path: './infrastructure'
0 commit comments