Skip to content

Trying to fix version-drafter-action #37

Trying to fix version-drafter-action

Trying to fix version-drafter-action #37

---
# yamllint disable rule:truthy
name: "Pull Request on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on:
pull_request:
branches:
- stable
jobs:
linter:
uses: ./.github/workflows/workflow-linter.yml
tests:
needs: ["linter"]
uses: ./.github/workflows/workflow-tests.yml