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 569882f commit 04867ffCopy full SHA for 04867ff
.github/workflows/update-snowflake-feature-coverage.yml
@@ -4,9 +4,6 @@ on:
4
schedule:
5
# “At 00:00 on Sunday.”
6
- cron: "0 0 * * 0"
7
- pull_request:
8
- branches:
9
- - master
10
workflow_dispatch:
11
12
jobs:
@@ -42,8 +39,6 @@ jobs:
42
39
cd localstack-docs
43
40
mv coverage-features.md src/content/docs/snowflake/features/index.md
44
41
mv coverage-functions.md src/content/docs/snowflake/sql-functions.md
45
- cat src/content/docs/snowflake/features/index.md
46
- cat src/content/docs/snowflake/sql-functions.md
47
48
- name: Commit changes
49
uses: EndBug/add-and-commit@v9
0 commit comments