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: on:
pull_request: pull_request:
# paths: # paths:
@ -11,11 +11,11 @@ on:
# - "Cargo.lock" # - "Cargo.lock"
# - "rust-toolchain.toml" # - "rust-toolchain.toml"
concurrency: 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 cancel-in-progress: true
jobs: jobs:
tests: build_nix_image:
runs-on: runs-on:
group: aws-highmemory-32-plus-priv group: aws-highmemory-32-plus-priv
steps: steps: