diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index a4aba7a71..d985a4d94 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -3,8 +3,8 @@ name: "Create and push release tag" on: workflow_dispatch: - #schedule: - # - cron: "0 8 * * 3" + schedule: + - cron: "0 8 * * 3" jobs: tag-and-push: