Skip to content

Commit a2f00ca

Browse files
committed
Disable automatic, scheduled Actions workflow
1 parent f7c1203 commit a2f00ca

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/generate-bloomfilter.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ name: Generate Bloom Filters
1010
# Run once every 24 hours because the BigQuery database is updated once every
1111
# 24 hours. Also run when manually triggered.
1212
on:
13-
schedule:
13+
# Automatic running disabled for now since BigQuery is not working in GitHub
14+
# Actions, and since the BigQuery Hacker News dataset is not up-to-date
15+
# anyway:
16+
#
17+
# - https://issuetracker.google.com/issues/315864442
18+
# - https://issuetracker.google.com/issues/261579123
19+
#
20+
# I'll get around to fixing this someday.
21+
#
22+
# schedule:
1423
# This time is based loosely around when the BigQuery data updates
15-
- cron: "5 16 * * *"
24+
# - cron: "5 16 * * *"
1625
workflow_dispatch:
1726

1827

0 commit comments

Comments
 (0)