Skip to content

Commit 8008934

Browse files
committed
Use Blacksmith runners for workflows
1 parent ec4c6b9 commit 8008934

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/context7-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818

1919
jobs:
2020
refresh:
21-
runs-on: ubuntu-latest
21+
runs-on: blacksmith-2vcpu-ubuntu-2404
2222
steps:
2323
- name: Trigger Context7 refresh
2424
env:

.github/workflows/publish-mcp-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
publish:
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith-2vcpu-ubuntu-2404
1212
permissions:
1313
contents: read
1414
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish:
16-
runs-on: ubuntu-latest
16+
runs-on: blacksmith-2vcpu-ubuntu-2404
1717
permissions:
1818
contents: write
1919
id-token: write

0 commit comments

Comments
 (0)