Skip to content

Commit 20f848a

Browse files
committed
fixing
1 parent e12cac4 commit 20f848a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
# “At 00:00 on Sunday.”
66
- cron: "0 0 * * 0"
7+
pull_request:
8+
branches:
9+
- master
710
workflow_dispatch:
811

912
jobs:
@@ -14,7 +17,7 @@ jobs:
1417
- name: Checkout
1518
uses: actions/checkout@v4
1619
with:
17-
path: snowflake-docs
20+
path: localstack-docs
1821

1922
- name: Setup Python
2023
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)