Sfoglia il codice sorgente

Pause automatic translation updates

pull/5577/head
Slavi Pantaleev 6 ore fa
parent
commit
ec0cecdf13
1 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. +1
    -7
      .github/workflows/update-translations.yml

+ 1
- 7
.github/workflows/update-translations.yml Vedi File

@@ -6,13 +6,7 @@
name: Update translations

on: # yamllint disable-line rule:truthy
push:
branches:
- master
paths: # See include_patterns on conf.py
- 'docs/*.md'
- 'i18n/README.md'
- '*.md'
workflow_dispatch:

permissions:
contents: write


Caricamento…
Annulla
Salva