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 87f031f commit d0a913bCopy full SHA for d0a913b
.github/workflows/snowflake-integration-tests.yml
@@ -3,8 +3,9 @@ name: Run Snowflake integration tests
3
# Controls when the workflow will run
4
on:
5
# Triggers the workflow on push or pull request events but only for the "main" branch
6
- push:
7
- branches: [ "main" ]
+ # FIXME: Requires MFA, so need to be run manually for now. Figure out a better way at some point!
+ # push:
8
+ # branches: [ "main" ]
9
# Skip on this check PR to minimize the load against Snowflake (and keep PR checks fast)
10
11
0 commit comments