Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit a238742

Browse files
authored
Update fetch-sites.yml
1 parent 26952f3 commit a238742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-sites.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Fetch JSON from API
22

33
on:
4-
schedule:
5-
- cron: "0 0 * * *" # Runs every 24 hours
4+
# schedule:
5+
# - cron: "0 0 * * *" # Runs every 24 hours
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:

0 commit comments

Comments
 (0)