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
12 changes: 6 additions & 6 deletions .github/workflows/QA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:

tests:
name: Tests
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:

eslint:
name: ESLint
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:

types:
name: TypeScript
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -60,7 +60,7 @@ jobs:

prettier:
name: Prettier
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -74,7 +74,7 @@ jobs:
continuous-release:
name: Continuous Release
if: github.repository == 'heroui-inc/heroui'
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enter-pre-release-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch
jobs:
enter-pre-release-mode:
if: ${{ github.ref == 'refs/heads/beta/release-next' || github.ref == 'refs/heads/canary' }}
runs-on: ubuntu-latest
runs-on: heroui-runner
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exit-pre-release-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
exit-pre-release-mode:
if: ${{ github.ref == 'refs/heads/beta/release-next' || github.ref == 'refs/heads/canary' }}
name: exit pre-release mode
runs-on: ubuntu-latest
runs-on: heroui-runner
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
prerelease:
name: changesets pre-release
runs-on: ubuntu-latest
runs-on: heroui-runner
timeout-minutes: 30
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: heroui-runner
timeout-minutes: 30
steps:
- name: Checkout branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
update-stats:
name: Update Stats
runs-on: ubuntu-latest
runs-on: heroui-runner
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down