Skip to content

Removes changelog test for manual CI workflow #3

Removes changelog test for manual CI workflow

Removes changelog test for manual CI workflow #3

---
name: "Pull Requests (normal)"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on: # yamllint disable
pull_request:
branches-ignore:
- "main"
jobs:
tests:
uses: ./.github/workflows/ci.yml
with:
all-tests: false