From a9daf29797c2da30afcc5269cb86ed7e2e29a363 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 17 Sep 2025 17:11:41 +0200 Subject: [PATCH] use tests from master --- .github/workflows/ci-repltests.yml | 2 +- .github/workflows/ci-shuntest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}