From e1d8a9608692d26742011cdfbc1acd28ec1c8745 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Mon, 24 Jun 2024 13:57:32 +0100 Subject: [PATCH] Update license.yml Update license workflow to include a schedule as we have it defined in the v2 branch. --- .github/workflows/license.yml | 3 +++ 1 file changed, 3 insertions(+) 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: