ci: dispatch pages after translation finalizer
This commit is contained in:
parent
fbbd0fa900
commit
f944f260bb
11
.github/workflows/translate-all.yml
vendored
11
.github/workflows/translate-all.yml
vendored
@ -70,7 +70,7 @@ on:
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
actions: write
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
@ -458,3 +458,12 @@ jobs:
|
||||
|
||||
echo "Failed to push aggregate translations after retries."
|
||||
exit 1
|
||||
|
||||
- name: Dispatch aggregate docs deploy
|
||||
if: steps.apply.outputs.changed_count != '0'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
gh workflow run pages.yml --ref main
|
||||
gh workflow run docs-live-smoke.yml --ref main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user