We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c7116 commit cf7f842Copy full SHA for cf7f842
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and Test
2
on: [push, pull_request]
3
jobs:
4
build:
5
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
6
steps:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-node@v3
.github/workflows/verify-build.yml
@@ -8,7 +8,7 @@ on:
9
10
verify-build:
11
12
13
14
with:
0 commit comments