aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-queries.yml
blob: a7d4ae79cf2b3935e211d61aecf7105104acfb32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Check queries

on:
  pull_request:
    branches:
      - "main"

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
  check_compilation:
    name: Build
    uses: ./.github/workflows/test-core.yml
    with:
      type: "queries"