Skip to content

Commit

Permalink
ci: update workflows to use latitude.sh based runners (#757)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Aug 28, 2024
1 parent f59ece7 commit 63003a3
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 @@ -40,7 +40,7 @@ concurrency:
jobs:
title-check:
name: Title Check
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: local-node-linux-medium
steps:
- name: Check PR Title
uses: step-security/conventional-pr-title-action@0eae74515f5a79f8773fa04142dd746df76666ac # v1.0.0
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 @@ -40,7 +40,7 @@ concurrency:
jobs:
smoke-tests:
name: Smoke Tests
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: local-node-linux-medium

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

browser-tests:
name: Browser Tests
runs-on: [self-hosted, Linux, large, ephemeral ]
runs-on: local-node-linux-large

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

unit-tests:
name: Unit Tests
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: 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 @@ -9,7 +9,7 @@ jobs:
contents: write
issues: write
pull-requests: write
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: local-node-linux-medium
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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 @@ -12,7 +12,7 @@ defaults:

jobs:
publish-npm-package:
runs-on: [ self-hosted, Linux, medium, ephemeral ]
runs-on: local-node-linux-medium
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 63003a3

Please sign in to comment.