Skip to content

Chore add dependabot/renovate #11

Chore add dependabot/renovate

Chore add dependabot/renovate #11

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

Check failure on line 22 in .github/workflows/trigger-pr-develop.yml

View workflow run for this annotation

GitHub Actions / Push on develop

Invalid workflow file

The workflow is not valid. In .github/workflows/trigger-pr-develop.yml (Line: 22, Col: 11): Error from called workflow opsmill/infrahub-ansible/.github/workflows/workflow-tests.yml@e6330d229246967bfe21a231ed4bec409665114e (Line: 19, Col: 11): Unrecognized named-value: 'python-version'. Located at position 1 within expression: python-version