Browse Source

[cron][xs]: run the action on a schedule every midnight GMT.

master
anuveyatsu 4 years ago
parent
commit
292d6a40bb
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .github/workflows/actions.yml

+ 2
- 3
.github/workflows/actions.yml View File

@ -1,7 +1,6 @@
on: on:
push:
branches:
- feature/auto-update-data
schedule:
- cron: '0 0 * * *'
jobs: jobs:
deploy: deploy:


Loading…
Cancel
Save