Skip to content

Commit 474f030

Browse files
committed
Use selfhosted runner
1 parent 3fce83f commit 474f030

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create_search_index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
jekyll:
14-
runs-on: ubuntu-latest
14+
runs-on: self-hosted
1515
environment: jekyll
1616
steps:
1717
- uses: actions/checkout@v2
@@ -41,6 +41,8 @@ jobs:
4141
&& mv _site/backup-benchmarking.json ./
4242
&& mv _site/backup-references.json ./)
4343
|| true
44+
- name: Collect Workflow Telemetry
45+
uses: catchpoint/workflow-telemetry-action@v2
4446
- name: Incremental build
4547
id: incremental-build
4648
env:

0 commit comments

Comments
 (0)