Try these again
This commit is contained in:
parent
b9a56c4764
commit
cc8dbeb32c
2 changed files with 5 additions and 8 deletions
3
.github/workflows/i18n-automerge.yml
vendored
3
.github/workflows/i18n-automerge.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: |
|
- name: Check auto-merge conditions
|
||||||
|
run: |
|
||||||
BASE_SHA="${{ github.event.pull_request.base.sha }}"
|
BASE_SHA="${{ github.event.pull_request.base.sha }}"
|
||||||
HEAD_SHA="${{ github.event.pull_request.head.sha }}"
|
HEAD_SHA="${{ github.event.pull_request.head.sha }}"
|
||||||
|
|
||||||
|
|
10
.github/workflows/update-catalogs.yml
vendored
10
.github/workflows/update-catalogs.yml
vendored
|
@ -1,14 +1,10 @@
|
||||||
name: Update catalogs
|
name: Update catalogs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
types:
|
||||||
- main
|
- closed
|
||||||
paths:
|
|
||||||
- 'src/locales/**'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# pull_request:
|
|
||||||
# types: [closed]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-catalogs:
|
update-catalogs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue