From f3e7dd8265d57556039f5ebd4608dcbd4f97be4b Mon Sep 17 00:00:00 2001 From: Wilco Alsemgeest Date: Wed, 1 Sep 2021 10:30:32 +0200 Subject: [PATCH] Update crowdin-wf-develop.yml Block flow in Forks and update action version --- .github/workflows/crowdin-wf-develop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-wf-develop.yml b/.github/workflows/crowdin-wf-develop.yml index 12073b1..b566795 100644 --- a/.github/workflows/crowdin-wf-develop.yml +++ b/.github/workflows/crowdin-wf-develop.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/jedchecker') || (github.event_name != 'push') # The type of runner that the job will run on runs-on: ubuntu-latest @@ -22,7 +23,7 @@ jobs: # Runs the Crowdin action command - https://github.com/crowdin/github-action - name: crowdin action - uses: crowdin/github-action@1.1.2 + uses: crowdin/github-action@1.3.3 with: # Upload sources to Crowdin upload_sources: true