From 8a3a7e6cb475503d01e2012d0d5a2d7ab0c5d6c6 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:06:27 +0200 Subject: [PATCH] update crowdin action no scheduled execution in forks --- .github/workflows/crowdin-wf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin-wf.yml b/.github/workflows/crowdin-wf.yml index c5b99f9..a387136 100644 --- a/.github/workflows/crowdin-wf.yml +++ b/.github/workflows/crowdin-wf.yml @@ -11,6 +11,7 @@ on: jobs: # This workflow contains a single job called "build" synchronize-with-crowdin: + if: (github.event_name == 'schedule' && github.repository == 'joomla-extensions/patchtester') || (github.event_name != 'schedule') # The type of runner that the job will run on runs-on: ubuntu-latest