Skip to content

Lock by key when executing cron queue #19

Lock by key when executing cron queue

Lock by key when executing cron queue #19

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
- run: nix run .#test