Skip to content

Update infrahub_utils.py #1

Update infrahub_utils.py

Update infrahub_utils.py #1

Workflow file for this run

---
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:
- develop
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: false

Check failure on line 15 in .github/workflows/trigger_pr_dev.yml

View workflow run for this annotation

GitHub Actions / Pull Requests (normal)

Invalid workflow file

The workflow is not valid. .github/workflows/trigger_pr_dev.yml (Line: 15, Col: 25): Invalid input, full-integration is not defined in the referenced workflow.