Skip to content
Draft
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/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Package
runs-on: ubuntu-latest
runs-on: namespace-profile-codegen
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
publish:
name: Publish package
runs-on: ubuntu-latest
runs-on: namespace-profile-standard
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
runs-on: namespace-profile-mini
timeout-minutes: 30
if: github.actor == 'dependabot[bot]'
steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- namespace-profile-npm-test
node:
- '22'
- '24'
include:
- os: ubuntu-latest
- os: namespace-profile-npm-test
os_name: Linux
steps:
- name: Checkout
Expand All @@ -36,7 +36,7 @@ jobs:
run: npm test
lint:
name: Lint (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
runs-on: namespace-profile-codegen
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- namespace-profile-codegen
node:
- '22'
- '24'
include:
- os: ubuntu-latest
- os: namespace-profile-codegen
os_name: Linux
steps:
- name: Setup Node.js
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
npx --yes --package ${{ steps.packages.outputs.paths }} seam wizard --version
typecheck:
name: Typecheck (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
runs-on: namespace-profile-codegen
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
commit:
name: Format code
runs-on: ubuntu-latest
runs-on: namespace-profile-mini
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
commit:
name: Generate code
runs-on: ubuntu-latest
runs-on: namespace-profile-codegen
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
branches:
name: Prune Branches
runs-on: 'ubuntu-latest'
runs-on: 'namespace-profile-mini'
timeout-minutes: 30
permissions:
pull-requests: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/workflows/_build.yml
release:
name: GitHub Releases
runs-on: ubuntu-latest
runs-on: namespace-profile-standard
timeout-minutes: 30
needs: build
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
semantic:
name: Determine version
runs-on: ubuntu-latest
runs-on: namespace-profile-standard
timeout-minutes: 30
outputs:
new_release_published: ${{ steps.release.outputs.new_release_published }}
Expand All @@ -37,7 +37,7 @@ jobs:
dry_run: true
release:
name: Release version
runs-on: ubuntu-latest
runs-on: namespace-profile-standard
timeout-minutes: 30
needs: semantic
if: needs.semantic.outputs.new_release_published == 'true' && needs.semantic.outputs.new_release_version != '1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
tag:
name: Tag
runs-on: ubuntu-latest
runs-on: namespace-profile-mini
timeout-minutes: 30
steps:
- name: Checkout
Expand Down
Loading