Skip to content

Allow to easily override daemon config in test suite #26

Allow to easily override daemon config in test suite

Allow to easily override daemon config in test suite #26

Workflow file for this run

---
name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: ./.github/workflows/ci.yml
permissions:
contents: write
pull-requests: read