Skip to content

feat: add primary key not null query to generic filter function (#7785) #8904

feat: add primary key not null query to generic filter function (#7785)

feat: add primary key not null query to generic filter function (#7785) #8904

Workflow file for this run

name: "CI Nix"
on:
push:
branches:
- main
pull_request:
jobs:
nix-ci:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: om ci run --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} --systems "${{ matrix.system }}"