From b4dec53cea51ae10eb38c70a6a08b420f8c8a563 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Mon, 24 Jun 2024 14:51:03 +0100 Subject: [PATCH] Update license.yml (#5715) 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: