Skip to content

Chore update infrahub sdk #19

Chore update infrahub sdk

Chore update infrahub sdk #19

Workflow file for this run

---
name: "Pull Requests (develop)"
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