Skip to content

ci: add cachix to CI build #118

ci: add cachix to CI build

ci: add cachix to CI build #118

Workflow file for this run

name: Main and PR Pipeline
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
normal:
uses: ./.github/workflows/normal.yaml
with:
is_release: false