Skip to content

Commit

Permalink
Disable another pipeline (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Feb 24, 2025
1 parent d1a23fd commit e84f287
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/upload-translations.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Update translations on the main branch

on:
push:
paths:
- 'doc/**/*'
branches:
- master
workflow_dispatch # Temporarily switched off
# push:
# paths:
# - 'doc/**/*'
# branches:
# - master
jobs:
autocommit-pot-files:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e84f287

Please sign in to comment.