rename jobs
All checks were successful
/ perform flake analysis (push) Successful in 32s

This commit is contained in:
Awen Lelu 2025-11-12 12:14:54 +01:00
parent 55ce392b3a
commit a6a409e2a2
2 changed files with 4 additions and 8 deletions

View File

@ -1,11 +1,11 @@
on: [push]
jobs:
build:
analysis:
permissions:
contents: read
id-token: write
name: Build Nix targets
name: perform flake analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

View File

@ -1,11 +1,7 @@
on:
push:
branches:
- master
- test-deploy
on: [push]
jobs:
build:
deploy:
permissions:
contents: read
id-token: write