Skip to content

Commit

Permalink
ci: Update self-hosted-runners for hiero-local-node
Browse files Browse the repository at this point in the history
**Description**:

Update the self-hosted-runners from `local-node-linux-*` to
`hiero-local-node-linux-*`

**Related Issue(s)**:

Fixes #910

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarkerSL committed Jan 15, 2025
1 parent 3099354 commit a1f35e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit a1f35e0

Please sign in to comment.