Skip to content

Commit e9411e1

Browse files
committed
run release job on GH hosted runner
1 parent 0fd05e8 commit e9411e1

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434

3535
extract-and-publish-packages:
3636
name: Extract and publish packages
37-
# runs-on: ubuntu-20.04
38-
runs-on: [self-hosted, linux, amd64, cpu4]
37+
runs-on: ubuntu-20.04
3938
strategy:
4039
fail-fast: true
4140
matrix:
@@ -44,13 +43,6 @@ jobs:
4443
NODE: ["16.15.1"]
4544
LINUX: ["ubuntu20.04"]
4645
steps:
47-
- name: Checkout
48-
uses: actions/checkout@v3
49-
with:
50-
lfs: true
51-
path: node
52-
fetch-depth: 0
53-
5446
- name: Extract node native modules
5547
shell: bash
5648
run: |

0 commit comments

Comments
 (0)