Try these again

This commit is contained in:
Lim Chee Aun 2024-08-20 11:01:12 +08:00
parent b9a56c4764
commit cc8dbeb32c
2 changed files with 5 additions and 8 deletions

View file

@ -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 }}"

View file

@ -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: