Skip to content

Commit e84f287

Browse files
Disable another pipeline (#501)
1 parent d1a23fd commit e84f287

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/upload-translations.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Update translations on the main branch
22

33
on:
4-
push:
5-
paths:
6-
- 'doc/**/*'
7-
branches:
8-
- master
4+
workflow_dispatch # Temporarily switched off
5+
# push:
6+
# paths:
7+
# - 'doc/**/*'
8+
# branches:
9+
# - master
910
jobs:
1011
autocommit-pot-files:
1112
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)