mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
removed cron job for script to auto-run
This commit is contained in:
parent
f17436fe81
commit
af63c7bb67
1 changed files with 1 additions and 3 deletions
4
.github/workflows/data-refresh.yml
vendored
4
.github/workflows/data-refresh.yml
vendored
|
@ -3,9 +3,7 @@ name: W3PN data refresh
|
|||
# Run to refresh the event images, speaker images, and generating the thumbs for them
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_run:
|
||||
workflow_run:
|
||||
workflows: ["Synchronize data"]
|
||||
types:
|
||||
- completed
|
||||
|
|
Loading…
Reference in a new issue