diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2d0729d675c..6cdcbcbdd04 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -6,6 +6,9 @@ on: push: tags: - "*" + schedule: + - cron: + '0 0 * * *' jobs: create-install-package: diff --git a/.github/workflows/create-update.yml b/.github/workflows/create-update.yml index ae8610e42ec..047551677fd 100644 --- a/.github/workflows/create-update.yml +++ b/.github/workflows/create-update.yml @@ -7,6 +7,9 @@ on: push: tags: - "*" + schedule: + - cron: + '0 0 * * *' jobs: create-update-package: