mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 06:16:17 +01:00
Disable transifex job in yml file rather than github UI
This commit is contained in:
parent
fed56e2c32
commit
c7ee68b0ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
Push-To-Transifex:
|
||||
name: Update translations on Transifex
|
||||
if: github.repository == 'kovidgoyal/calibre'
|
||||
if: github.repository == 'kovidgoyal/calibre-disabled-because-arch-not-running-in-docker'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: 'archlinux/base:latest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue