diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index 4695afc1c..bdaefcd5b 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'proxysql/jenkins-build-scripts' - ref: 'proxysql_repl_tests' +# ref: 'proxysql_repl_tests' fetch-depth: 0 path: 'jenkins-build-scripts' token: ${{ secrets.GH_TOKEN_PROXYSQL }} diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 9819bfe04..579e00c35 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'proxysql/jenkins-build-scripts' - ref: 'proxysql_repl_tests' +# ref: 'proxysql_repl_tests' fetch-depth: 0 path: 'jenkins-build-scripts' token: ${{ secrets.GH_TOKEN_PROXYSQL }}