diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index faa08eb992..c46ff1c876 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -1,6 +1,9 @@ name: V2 Generate license on: + schedule: + # * is a special character in YAML so you have to quote this string + - cron: "0 0 * * *" workflow_dispatch: jobs: