Skip to content

Attempting to do CI to run unit tests on all PRs. #46

Attempting to do CI to run unit tests on all PRs.

Attempting to do CI to run unit tests on all PRs. #46

name: Pull Request CI
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
concurrency:
group: pull-request-ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/ci-core.yml
with:
publish_pr_comment: true
secrets: inherit