ci: actually no need to build on ubuntu i think
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 6m4s

This commit is contained in:
2025-03-22 19:22:27 -05:00
parent 1e127af959
commit 61f0f75c9b

View File

@@ -6,7 +6,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, nix-runner]
# os: [ubuntu-latest, nix-runner]
os: [nix-runner]
runs-on: ${{ matrix.os }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."