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

View file

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