From 53396f15cf004b4c2690922a74885bff463d0bdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Feb 2022 21:24:59 +0000 Subject: [PATCH 1/2] Updated License Year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 18dec1b3..051b5fd9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2021 Split Software, Inc. +Copyright © 2022 Split Software, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 80ab35135e35d099ce98f619651cf7b7b736eef6 Mon Sep 17 00:00:00 2001 From: Matias Melograno Date: Fri, 18 Feb 2022 18:32:45 -0300 Subject: [PATCH 2/2] removed execution on push --- .github/workflows/update-license-year.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update-license-year.yml b/.github/workflows/update-license-year.yml index c8fd1684..0403624e 100644 --- a/.github/workflows/update-license-year.yml +++ b/.github/workflows/update-license-year.yml @@ -3,10 +3,6 @@ name: Update License Year on: schedule: - cron: "0 3 1 1 *" # 03:00 AM on January 1 - push: - branches: - - main - - master permissions: contents: write