Skip to content

Fixes graphql inventory grouping by tags #479

Fixes graphql inventory grouping by tags

Fixes graphql inventory grouping by tags #479

Workflow file for this run

---
name: "CI"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on: # yamllint disable
push:
branches:
- "develop"
- "main"
pull_request:
release:
types: [published]
jobs:
ci:
uses: ./.github/workflows/jobs.yml