Skip to content

Commit

Permalink
chore(github): remove self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassup789 committed Apr 15, 2024
1 parent 026372f commit ccccfa5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [ 20.x ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
lint:
runs-on: self-hosted
strategy:
matrix:
node-version: [ 20.x ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ permissions:

jobs:
release:
runs-on: self-hosted
environment: production
steps:
- name: Download artifact
Expand Down

0 comments on commit ccccfa5

Please sign in to comment.