Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
code:
name: Autofix code
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}

jobs:
cleanup:
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
lint:
name: 🔠 Lint project
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
runs-on: ubuntu-24.04-arm
timeout-minutes: 15

steps:
Expand All @@ -45,7 +45,7 @@ jobs:

build:
name: 🏗️ Build & Typecheck
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
permissions:
contents: read
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

unit:
name: 🧪 Unit tests
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
permissions:
contents: read
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

knip:
name: 🧹 Unused code check
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
runs-on: ubuntu-24.04-arm
timeout-minutes: 10

steps:
Expand All @@ -147,7 +147,7 @@ jobs:

changesets:
name: 🦋 Verify changesets
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
runs-on: ubuntu-24.04-arm
timeout-minutes: 10
if: |
github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
label:
name: Label
if: github.event.action != 'edited'
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
snapshot_filter:
name: Snapshot filter
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
if: |
github.repository_owner == 'wolfstar-project'
&& (
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

snapshot:
name: Publish @next snapshot
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
needs: snapshot_filter
if: |
github.repository_owner == 'wolfstar-project'
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

release:
name: Create Release PR or Publish
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
if: github.repository_owner == 'wolfstar-project'
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
renovate-changeset:
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'renovate[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies') }}
permissions: {}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: {}
jobs:
semantic-pr:
name: Validate PR title
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
if: github.repository == 'wolfstar-project/plugins'
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
stale:
name: Mark and close stale issues and PRs
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
if: github.repository == 'wolfstar-project/plugins'
permissions:
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: {}
jobs:
zizmor:
name: Security analysis
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
Expand Down
Loading