Skip to content

Commit f202e37

Browse files
blacksmith-sh[bot]daveshanley
authored andcommitted
Migrate workflows to Blacksmith
1 parent 233d8fc commit f202e37

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build
14-
runs-on: ubuntu-latest
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
@@ -42,7 +42,7 @@ jobs:
4242
run: go clean -modcache
4343

4444
build-report-ui:
45-
runs-on: ubuntu-latest
45+
runs-on: blacksmith-4vcpu-ubuntu-2404
4646
steps:
4747
- uses: actions/checkout@v5
4848
name: Checkout repository

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release_and_brew:
99
name: Release and bump homebrew version
10-
runs-on: ubuntu-latest
10+
runs-on: blacksmith-4vcpu-ubuntu-2404
1111

1212
steps:
1313
- name: Checkout code from repo
@@ -48,7 +48,7 @@ jobs:
4848
if: success() || failure()
4949
name: Publish to NPM
5050
needs: release_and_brew
51-
runs-on: ubuntu-latest
51+
runs-on: blacksmith-4vcpu-ubuntu-2404
5252

5353
steps:
5454
- name: Checkout code
@@ -88,7 +88,7 @@ jobs:
8888
push_to_registries:
8989
if: success() || failure()
9090
name: Push Docker image to multiple registries
91-
runs-on: ubuntu-latest
91+
runs-on: blacksmith-4vcpu-ubuntu-2404
9292
permissions:
9393
packages: write
9494
contents: read

.github/workflows/tag.yaml

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

99
jobs:
1010
tag:
11-
runs-on: ubuntu-latest
11+
runs-on: blacksmith-4vcpu-ubuntu-2404
1212
steps:
1313
- uses: actions/checkout@v5
1414

.github/workflows/vhs-update.yaml

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

2121
jobs:
2222
refresh-demos:
23-
runs-on: ubuntu-latest
23+
runs-on: blacksmith-4vcpu-ubuntu-2404
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v5

0 commit comments

Comments
 (0)