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 f7c1203 commit a2f00caCopy full SHA for a2f00ca
.github/workflows/generate-bloomfilter.yml
@@ -10,9 +10,18 @@ name: Generate Bloom Filters
10
# Run once every 24 hours because the BigQuery database is updated once every
11
# 24 hours. Also run when manually triggered.
12
on:
13
- schedule:
+ # 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:
23
# This time is based loosely around when the BigQuery data updates
- - cron: "5 16 * * *"
24
+ # - cron: "5 16 * * *"
25
workflow_dispatch:
26
27
0 commit comments