mirror of https://github.com/grafana/grafana.git
i18n actions: only run in main repo (#107864)
* don't run download/upload in the security mirror * better check
This commit is contained in:
parent
df3bb9fba4
commit
ca73093573
|
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
download-sources-from-crowdin:
|
||||
if: github.repository == 'grafana/grafana'
|
||||
uses: grafana/grafana-github-actions/.github/workflows/crowdin-download.yml@main
|
||||
with:
|
||||
crowdin_project_id: 5
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
upload-sources-to-crowdin:
|
||||
if: github.repository == 'grafana/grafana'
|
||||
uses: grafana/grafana-github-actions/.github/workflows/crowdin-upload.yml@main
|
||||
with:
|
||||
crowdin_project_id: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue