Skip to content

Commit d60a632

Browse files
committed
Merge branch 'localization' into develop
2 parents d090d39 + 6086355 commit d60a632

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/s3-deploy-development.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ on:
33
push:
44
branches:
55
- develop
6+
workflow_run:
7+
workflows: ["Translate docs"]
8+
types: [completed]
9+
branches: [develop]
610
jobs:
711
check-internal-links:
812
name: Check internal links
913
runs-on: ubuntu-latest
14+
if: github.event_name == 'push' || github.event.workflow_run.conclusion == 'success'
1015
steps:
1116
- uses: actions/checkout@v4
1217
- uses: actions/setup-node@v4

.github/workflows/s3-deploy-production.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_run:
7+
workflows: ["Translate docs"]
8+
types: [completed]
9+
branches: [main]
610
jobs:
711
check-internal-links:
812
name: Check internal links
913
runs-on: ubuntu-latest
14+
if: github.event_name == 'push' || github.event.workflow_run.conclusion == 'success'
1015
steps:
1116
- uses: actions/checkout@v4
1217
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)