Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update self-hosted-runners for hiero-local-node #911

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/flow-pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
title-check:
name: Title Check
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
smoke-tests:
name: Smoke Tests
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium

strategy:
fail-fast: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

browser-tests:
name: Browser Tests
runs-on: local-node-linux-large
runs-on: hiero-local-node-linux-large

strategy:
fail-fast: false
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

unit-tests:
name: Unit Tests
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow-semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
issues: write
pull-requests: write
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

jobs:
publish-npm-package:
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
Loading