1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 14:46:52 +09:00

Dont run crowdin upload workflow on forks (#31195)

This commit is contained in:
Matt Jankowski 2024-07-29 13:19:05 -04:00 committed by GitHub
parent 1229d2907a
commit 7e33583daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ on:
jobs:
upload-translations:
runs-on: ubuntu-latest
if: github.repository == 'mastodon/mastodon'
steps:
- name: Checkout