Skip to content

Commit b84e73b

Browse files
committed
Fix GHA config
1 parent 70bdcde commit b84e73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ jobs:
227227
- name: "Check that the haskell.nix roots do not require IFDs"
228228
run: nix build .#roots.x86_64-linux --accept-flake-config --option allow-import-from-derivation false
229229

230-
hydra-without-remote-builders:
230+
hydra-without-remote-builders-ghc8107:
231231
runs-on: [self-hosted, linux]
232232
steps:
233233
- uses: actions/checkout@v4
234234
- name: "Check that evaluation of hydra jobs works without using remote builders for GHC 8.10.7"
235235
run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
236236

237-
hydra-without-remote-builders:
237+
hydra-without-remote-builders-ghc9101:
238238
runs-on: [self-hosted, linux]
239239
steps:
240240
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)