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