update workflows

This commit is contained in:
tree🌴 2024-01-26 00:23:23 +01:00
parent ad366090e9
commit 7b8e6f9230
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,10 @@ on:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
workflow_run:
workflows: ["Synchronize data"]
types:
- completed
# Allow this job to clone the repo and create a page deployment
permissions:

View File

@ -1,6 +1,8 @@
name: Synchronize data
on:
schedule:
- cron: '0 */3 * * *'
workflow_dispatch:
permissions: