diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 7198bdf0d..d24784608 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -81,6 +81,7 @@ jobs: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true path: | + proxysql/.git/ proxysql/binaries/ - name: Prepare diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index ac41221ba..1a53da3a0 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -78,6 +78,7 @@ jobs: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true path: | + proxysql/.git/ proxysql/binaries/ - name: Prepare