File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - develop
6+ workflow_run :
7+ workflows : ["Translate docs"]
8+ types : [completed]
9+ branches : [develop]
610jobs :
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
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ workflow_run :
7+ workflows : ["Translate docs"]
8+ types : [completed]
9+ branches : [main]
610jobs :
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
You can’t perform that action at this time.
0 commit comments