Skip to content

Development on hold #621

Development on hold

Development on hold #621

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
pull_request:
types: [opened, review_requested, ready_for_review]
jobs:
cargo:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/cargo.yml
# tests:
# needs: [cargo]
# uses: ./.github/workflows/tests.yml
# nix:
# needs: [cargo]
# uses: ./.github/workflows/nix.yml