.github/workflows: Migrate workflows to Blacksmith runners (#9)
Migrate workflows to Blacksmith Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bf6971e1af
commit
61ada6397e
2
.github/workflows/build-lint-test.yaml
vendored
2
.github/workflows/build-lint-test.yaml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Build, Lint, and Test Project
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout repository
|
||||
|
||||
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: CodeQL Analyze
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
2
.github/workflows/dependency-review.yaml
vendored
2
.github/workflows/dependency-review.yaml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Dependency Review
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Checkout repository
|
||||
|
||||
2
.github/workflows/publish-npm.yaml
vendored
2
.github/workflows/publish-npm.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
if: github.repository_owner == 'the-nexim'
|
||||
|
||||
name: Publish NPM
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout repository
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -28,7 +28,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Build & Lint & Test & Release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Checkout repository
|
||||
|
||||
2
.github/workflows/sync-label.yaml
vendored
2
.github/workflows/sync-label.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Sync labels
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
|
||||
Reference in New Issue
Block a user