Skip to content

Commit d0a913b

Browse files
committed
Deactivate automatic SF testing for now
1 parent 87f031f commit d0a913b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/snowflake-integration-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Run Snowflake integration tests
33
# Controls when the workflow will run
44
on:
55
# Triggers the workflow on push or pull request events but only for the "main" branch
6-
push:
7-
branches: [ "main" ]
6+
# FIXME: Requires MFA, so need to be run manually for now. Figure out a better way at some point!
7+
# push:
8+
# branches: [ "main" ]
89
# Skip on this check PR to minimize the load against Snowflake (and keep PR checks fast)
910

1011

0 commit comments

Comments
 (0)