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