ci: renovate

This commit is contained in:
Christian Clason 2025-04-29 19:40:18 +02:00
parent b4aa6d9650
commit 0418c02ff3
17 changed files with 256 additions and 265 deletions

View file

@ -1,4 +1,4 @@
name: Check queries
name: Tests
on:
pull_request:
@ -6,7 +6,7 @@ on:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-build-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
@ -14,4 +14,4 @@ jobs:
name: Build
uses: ./.github/workflows/test-core.yml
with:
type: "queries"
type: "build"