mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
update workflows
This commit is contained in:
parent
ad366090e9
commit
7b8e6f9230
2 changed files with 6 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Synchronize data
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue