Skip to content

Commit 53323bd

Browse files
author
Maciej Olko
committed
Trigger an event at the end of update-translation job to run update-chart workflow
1 parent 08b2285 commit 53323bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-and-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
with:
4040
branch: ${{ matrix.version }}
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
42+
- uses: peter-evans/repository-dispatch@main
43+
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
45+
event-type: translation-updated
4246
build-translation:
4347
runs-on: ubuntu-latest
4448
strategy:

0 commit comments

Comments
 (0)