diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml index 2d1f756..1ab86aa 100644 --- a/.github/workflows/convert.yml +++ b/.github/workflows/convert.yml @@ -4,9 +4,9 @@ name: Convert And Upload # Controls when the workflow will run on: - #schedule: + schedule: #- cron: "0 14-21 * * *" - #- cron: "0 */1 * * *" + - cron: "0 */1 * * *" #- cron: "*/30 * * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: