diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6384a5..5cab9f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 9419379..d62893a 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,6 +1,8 @@ name: Synchronize data on: + schedule: + - cron: '0 */3 * * *' workflow_dispatch: permissions: