Browse Source

Pause automatic translation updates

pull/5577/head
Slavi Pantaleev 6 hours ago
parent
commit
ec0cecdf13
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      .github/workflows/update-translations.yml

+ 1
- 7
.github/workflows/update-translations.yml View 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


Loading…
Cancel
Save