Skip to content

Commit

Permalink
Correct the name to match the existing merge rules
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 20, 2024
1 parent 0f0dbdc commit 1553404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: nix develop --command shellcheck ./nix-installer.sh

run-x86_64-linux:
name: Run x86_64 Linux
name: Run x86_64 Linux${{ matrix.determinate && ' (--determinate)' || ''}}
runs-on: UbuntuLatest32Cores128G
needs: [lints, build-x86_64-linux]
strategy:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
fi
run-x86_64-linux-no-init:
name: Run x86_64 Linux (No init)
name: Run x86_64 Linux (No init${{ matrix.determinate && ', --determinate' || ''}})
runs-on: UbuntuLatest32Cores128G
needs: [lints, build-x86_64-linux]
strategy:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
fi
run-x86_64-darwin:
name: Run x86_64 Darwin
name: Run x86_64 Darwin${{ matrix.determinate && ' (--determinate)' || ''}}
runs-on: macos-13
needs: [lints, build-x86_64-darwin]
strategy:
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
RUST_BACKTRACE: full

run-aarch64-linux:
name: Run aarch64 Linux
name: Run aarch64 Linux${{ matrix.determinate && ' (--determinate)' || ''}}
runs-on: namespace-profile-default-arm64
needs: [lints, build-aarch64-linux]
strategy:
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
fi
run-aarch64-darwin:
name: Run aarch64 Darwin
name: Run aarch64 Darwin${{ matrix.determinate && ' (--determinate)' || ''}}
runs-on: macos-latest-xlarge
needs: [lints, build-aarch64-darwin]
strategy:
Expand Down

0 comments on commit 1553404

Please sign in to comment.