Skip to content

config: add exec(-onec) with rules and execr(-once) (#8953) #7030

config: add exec(-onec) with rules and execr(-once) (#8953)

config: add exec(-onec) with rules and execr(-once) (#8953) #7030

Workflow file for this run

name: Nix (CI)
on: [push, pull_request, workflow_dispatch]
jobs:
update-inputs:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
uses: ./.github/workflows/nix-update-inputs.yml
secrets: inherit
build:
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork)
uses: ./.github/workflows/nix-build.yml
secrets: inherit