Skip to content

Commit b2f78bc

Browse files
authored
ci: run all workflows on blacksmith (#32)
1 parent 3c1f05f commit b2f78bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/autoupdate.yml

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

99
jobs:
1010
autoupdate:
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4

.github/workflows/publish-3.12.yml

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

1414
jobs:
1515
tagger:
16-
runs-on: ubuntu-latest
16+
runs-on: blacksmith
1717
outputs:
1818
major: ${{ steps.tags.outputs.major }}
1919
major-minor: ${{ steps.tags.outputs.major-minor }}

.github/workflows/publish-3.13.yml

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

1414
jobs:
1515
tagger:
16-
runs-on: ubuntu-latest
16+
runs-on: blacksmith
1717
outputs:
1818
major: ${{ steps.tags.outputs.major }}
1919
major-minor: ${{ steps.tags.outputs.major-minor }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
retention-days: 1
9393

9494
merge:
95-
runs-on: ubuntu-latest
95+
runs-on: blacksmith
9696
needs:
9797
- build
9898
steps:

0 commit comments

Comments
 (0)