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