Something else.

This commit is contained in:
Nicolas Patry 2025-03-18 10:55:53 +01:00
parent bb851f951c
commit 452472cf3d
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -1,4 +1,4 @@
name: "Nix Tests"
name: "Nix Build Docker image"
on:
pull_request:
# paths:
@ -11,11 +11,11 @@ on:
# - "Cargo.lock"
# - "rust-toolchain.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: nix-image-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
build_nix_image:
runs-on:
group: aws-highmemory-32-plus-priv
steps: