From 955405538e30ec439e34b93ee54a6871fd895d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Grze=C5=9Blowski?= Date: Sun, 27 Oct 2024 18:52:52 +0100 Subject: [PATCH] Run `Check for Proto Update` only if `protocol/gradle.properties` changed or it's friday --- .github/workflows/checkForProtoUpdate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checkForProtoUpdate.yml b/.github/workflows/checkForProtoUpdate.yml index 7546eed8..e762a1a1 100644 --- a/.github/workflows/checkForProtoUpdate.yml +++ b/.github/workflows/checkForProtoUpdate.yml @@ -2,6 +2,8 @@ name: Check for Proto Update on: push: branches: [ "master" ] + paths: + - "protocol/gradle.properties" schedule: - cron: '0 0 * * 5' # every Friday at midnight jobs: