Update CI-codeql.yml

pull/4440/head
Miro Stauder 2 years ago committed by GitHub
parent 1516097d74
commit 635f07556a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,8 +18,14 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
jobs:
cache:
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit
jobs:
run:
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-codeql.yml@GH-Actions
secrets: inherit

Loading…
Cancel
Save