mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
Merge pull request #9665 from nextcloud/skjnldsv-patch-1
Fix workflows indentation
This commit is contained in:
7
.github/workflows/fixup.yml
vendored
7
.github/workflows/fixup.yml
vendored
@@ -5,9 +5,10 @@
|
||||
|
||||
name: Pull request checks
|
||||
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
commit-message-check:
|
||||
|
||||
7
.github/workflows/transifex.yml
vendored
7
.github/workflows/transifex.yml
vendored
@@ -1,7 +1,8 @@
|
||||
name: AutoMerge Transifex Pull Requests
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
approve:
|
||||
|
||||
Reference in New Issue
Block a user