Skip to content

Commit 27bf0c6

Browse files
committed
chore(ci): migrate runners to depot
1 parent 9e911e1 commit 27bf0c6

10 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/workflows/check_external_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
external-links:
1010
name: Check external links
11-
runs-on: ubuntu-latest
11+
runs-on: depot-ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v5
1414

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
internal-links:
1313
name: Check internal links
14-
runs-on: ubuntu-latest
14+
runs-on: depot-ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/sync_docs_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
analyze:
30-
runs-on: ubuntu-latest
30+
runs-on: depot-ubuntu-24.04
3131
steps:
3232
- name: Checkout PR
3333
uses: actions/checkout@v4

.github/workflows/sync_docs_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
cleanup-sync-pr:
15-
runs-on: ubuntu-latest
15+
runs-on: depot-ubuntu-24.04
1616
# Skip if this IS a sync PR (don't want infinite loops)
1717
if: "!startsWith(github.event.pull_request.head.ref, 'docs-sync-pr-')"
1818
steps:

.github/workflows/sync_docs_execute.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
execute-sync:
27-
runs-on: ubuntu-latest
27+
runs-on: depot-ubuntu-24.04
2828
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
2929
steps:
3030
- name: Check workflow source
@@ -468,7 +468,7 @@ jobs:
468468
}
469469
470470
handle-cancellation:
471-
runs-on: ubuntu-latest
471+
runs-on: depot-ubuntu-24.04
472472
needs: execute-sync
473473
if: always() && needs.execute-sync.result == 'cancelled'
474474
steps:
@@ -530,7 +530,7 @@ jobs:
530530
}
531531
532532
handle-failure:
533-
runs-on: ubuntu-latest
533+
runs-on: depot-ubuntu-24.04
534534
if: github.event.workflow_run.conclusion == 'failure'
535535
steps:
536536
- name: Report analysis failure

.github/workflows/sync_docs_on_approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
retrigger-on-approval:
17-
runs-on: ubuntu-latest
17+
runs-on: depot-ubuntu-24.04
1818
# Only run for approved reviews
1919
if: github.event.review.state == 'approved'
2020

.github/workflows/sync_docs_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
update-translation:
23-
runs-on: ubuntu-latest
23+
runs-on: depot-ubuntu-24.04
2424
# Only run if analyze workflow succeeded
2525
if: github.event.workflow_run.conclusion == 'success'
2626
steps:
@@ -320,7 +320,7 @@ jobs:
320320
}
321321
322322
handle-cancellation:
323-
runs-on: ubuntu-latest
323+
runs-on: depot-ubuntu-24.04
324324
needs: update-translation
325325
if: always() && needs.update-translation.result == 'cancelled'
326326
steps:

en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Once set up, the workflow automatically handles these parameters:
124124

125125
jobs:
126126
create_pr: # Renamed job for clarity
127-
runs-on: ubuntu-latest
127+
runs-on: depot-ubuntu-24.04
128128
steps:
129129
- name: Checkout code
130130
uses: actions/checkout@v3
@@ -322,4 +322,3 @@ It will be automatically generated by the script.
322322
---
323323

324324
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
325-

ja/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dify-plugins/
126126

127127
jobs:
128128
create_pr: # Renamed job for clarity
129-
runs-on: ubuntu-latest
129+
runs-on: depot-ubuntu-24.04
130130
steps:
131131
- name: Checkout code
132132
uses: actions/checkout@v3
@@ -323,4 +323,4 @@ It will be automatically generated by the script.
323323

324324
---
325325

326-
[このページを編集](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx) | [問題を報告](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
326+
[このページを編集](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx) | [問題を報告](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)

zh/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dify-plugins/
126126

127127
jobs:
128128
create_pr: # Renamed job for clarity
129-
runs-on: ubuntu-latest
129+
runs-on: depot-ubuntu-24.04
130130
steps:
131131
- name: Checkout code
132132
uses: actions/checkout@v3
@@ -323,4 +323,4 @@ It will be automatically generated by the script.
323323

324324
---
325325

326-
[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx) | [报告问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
326+
[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/publishing/marketplace-listing/plugin-auto-publish-pr.mdx) | [报告问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)

0 commit comments

Comments
 (0)