mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
- name: Check auto-merge conditions
|
||||
run: |
|
||||
BASE_SHA="${{ github.event.pull_request.base.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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'src/locales/**'
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# types: [closed]
|
||||
|
||||
jobs:
|
||||
update-catalogs:
|
||||
|
|
Loading…
Add table
Reference in a new issue