diff --git a/.github/workflows/CI-shuntest.yml b/.github/workflows/CI-shuntest.yml index 406ac6af30..cd4dfc7586 100644 --- a/.github/workflows/CI-shuntest.yml +++ b/.github/workflows/CI-shuntest.yml @@ -19,7 +19,12 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: + cache: + uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions + secrets: inherit + run: + needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions secrets: inherit