Skip to content

Commit 909debc

Browse files
Migrate workflows to Blacksmith (#204)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 9cc4223 commit 909debc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependency-review.yml

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

2626
jobs:
2727
dependency-review:
28-
runs-on: ubuntu-latest
28+
runs-on: blacksmith-4vcpu-ubuntu-2404
2929
steps:
3030
- name: 'Checkout repository'
3131
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Run Tests
12-
runs-on: ubuntu-latest
12+
runs-on: blacksmith-4vcpu-ubuntu-2404
1313

1414
services:
1515
postgres:

.github/workflows/tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test-tracker:
1515
name: Run Tracker E2E Tests
16-
runs-on: ubuntu-latest
16+
runs-on: blacksmith-4vcpu-ubuntu-2404
1717

1818
defaults:
1919
run:

0 commit comments

Comments
 (0)