Skip to content

Commit

Permalink
ci: update the runs-on labels for improved clarity (#277)
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 22, 2024
1 parent 8520b99 commit 76fe9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
prepare-release:
name: Release / Prepare
runs-on: network-node-linux-medium
runs-on: network-node-auxiliary-linux-medium
outputs:
mode: ${{ steps.info.outputs.mode }}
version: ${{ steps.info.outputs.version }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

maven-central-release:
name: Release / Maven Central
runs-on: network-node-linux-medium
runs-on: network-node-auxiliary-linux-medium
needs:
- prepare-release
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-compile-pbj-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ env:
jobs:
compile:
name: ${{ inputs.custom-job-label || 'Compiles' }}
runs-on: network-node-linux-medium
runs-on: network-node-auxiliary-linux-medium
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 76fe9d0

Please sign in to comment.