From ff55d58f45072cf1966f255cf12ccda5bf1434b3 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 9 Apr 2024 16:03:33 +0100 Subject: [PATCH] Switch to dedicated testing hub (#1150) We have a new hub on IBM Quantum dedicated to testing docs content. --- .github/workflows/notebook-test-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-test-cron.yml b/.github/workflows/notebook-test-cron.yml index 90a0a3c09ca..f3741b8c7ae 100644 --- a/.github/workflows/notebook-test-cron.yml +++ b/.github/workflows/notebook-test-cron.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/set-up-notebook-testing with: ibm-quantum-token: ${{ secrets.IBM_QUANTUM_TEST_TOKEN }} - instance: "ibm-q-internal/deployed/default" + instance: "client-enablement/documentation/qiskit-documenta" - name: Execute notebooks run: tox -- --only-submit-jobs