Skip to content

Commit fedd571

Browse files
committed
chore(ci): change runner
1 parent 47f6f85 commit fedd571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test-build:
1313
name: Test Build on Pull Request
1414
if: github.event_name == 'pull_request'
15-
runs-on: builder
15+
runs-on: cassidy
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
build-and-push:
3737
name: Build and Push on Main
3838
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
39-
runs-on: builder
39+
runs-on: cassidy
4040
permissions:
4141
contents: read
4242
packages: write

0 commit comments

Comments
 (0)