Skip to content

Commit

Permalink
Merge pull request #5254 from VladimirSlavik/master-no-l10n-updates-o…
Browse files Browse the repository at this point in the history
…n-branched

infra: Disable l10n updates on branch
  • Loading branch information
VladimirSlavik authored Oct 19, 2023
2 parents e653368 + 8af1099 commit 43c8adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/l10n-po-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
branch: ['master', 'fedora-39']
#branch: ['master', 'fedora-39']
branch: ['master']

steps:
- name: Set up dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/l10n-po-update.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
max-parallel: 1
matrix:
{% if branched_fedora_version is defined and branched_fedora_version %}
branch: ['master', 'fedora-{$ branched_fedora_version $}']
#branch: ['master', 'fedora-{$ branched_fedora_version $}']
branch: ['master']
{% else %}
branch: ['master']
{% endif %}
Expand Down

0 comments on commit 43c8adf

Please sign in to comment.