Skip to content

Commit

Permalink
Try these again
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent b9a56c4 commit cc8dbeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/update-catalogs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cc8dbeb

Please sign in to comment.