Skip to content

Release 1.0.0

Release 1.0.0 #1

---
# yamllint disable rule:truthy
name: "Push 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
docs:
needs: ["linter", "tests"]
uses: ./.github/workflows/workflow-docs.yml
secrets: inherit
changelog:
needs: ["docs"]
uses: ./.github/workflows/workflow-changelog.yml
secrets: inherit
release:
needs: ["changelog"]
uses: ./.github/workflows/workflow-realease-drafter.yml

Check failure on line 33 in .github/workflows/tigger-pr-stable.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tigger-pr-stable.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tigger-pr-stable.yml" -> "./.github/workflows/workflow-realease-drafter.yml" : failed to fetch workflow: workflow was not found.