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:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
synchronize-with-crowdin:
|
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
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -22,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
# Runs the Crowdin action command - https://github.com/crowdin/github-action
|
# Runs the Crowdin action command - https://github.com/crowdin/github-action
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@1.1.2
|
uses: crowdin/github-action@1.3.3
|
||||||
with:
|
with:
|
||||||
# Upload sources to Crowdin
|
# Upload sources to Crowdin
|
||||||
upload_sources: true
|
upload_sources: true
|
||||||
|
Loading…
Reference in New Issue
Block a user