From f536fb983184f4e2056dee9a4f0286586d598474 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Wed, 26 Jun 2024 14:03:15 +0100 Subject: [PATCH] Changes to license.yml required for v2 license check (#5722) --- .github/workflows/license.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index c46ff1c876..e8ef528805 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -1,9 +1,8 @@ name: V2 Generate license on: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: "0 0 * * *" + push: + branches: [ v2 ] workflow_dispatch: jobs: