Skip to content

Build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in the other group #4126

Build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in the other group

Build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in the other group #4126

Workflow file for this run

name: PR Checks
on:
pull_request:
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-checks-${{ github.ref }}
cancel-in-progress: true
jobs:
run_tests:
uses: ./.github/workflows/run_tests.yml
secrets: inherit