mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 12:53:03 +02:00
Only run push to Transifex on my repo
This commit is contained in:
parent
868a2c8967
commit
e590347369
1 changed files with 1 additions and 0 deletions
1
.github/workflows/translations.yml
vendored
1
.github/workflows/translations.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
Push-To-Transifex:
|
||||
name: Update translations on Transifex
|
||||
if: github.repository == ‘kovidgoyal/calibre’
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
|
|
|||
Loading…
Reference in a new issue