mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 07:16:39 +00:00
Update crowdin-wf-develop.yml
Block flow in Forks and update action version
This commit is contained in:
parent
f436afc2b8
commit
f3e7dd8265
3
.github/workflows/crowdin-wf-develop.yml
vendored
3
.github/workflows/crowdin-wf-develop.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user