diff --git a/.github/workflows/cron-prod.yml b/.github/workflows/cron-prod.yml index 85f10c1c40..37f6108867 100644 --- a/.github/workflows/cron-prod.yml +++ b/.github/workflows/cron-prod.yml @@ -10,7 +10,7 @@ # copyright notice, and modified files need to carry a notice indicating # that they have been altered from the originals. -name: Cron-test +name: Cron-prod on: schedule: - cron: '0 4 * * *' diff --git a/.github/workflows/cron-staging.yml b/.github/workflows/cron-staging.yml index cdec65d410..dd5fafba3e 100644 --- a/.github/workflows/cron-staging.yml +++ b/.github/workflows/cron-staging.yml @@ -10,7 +10,7 @@ # copyright notice, and modified files need to carry a notice indicating # that they have been altered from the originals. -name: Cron-test +name: Cron-staging on: schedule: - cron: '0 5 * * *' @@ -60,7 +60,7 @@ jobs: QISKIT_IBM_STAGING_CLOUD_TOKEN: ${{ secrets.QISKIT_IBM_STAGING_CLOUD_TOKEN }} QISKIT_IBM_STAGING_CLOUD_URL: ${{ secrets.QISKIT_IBM_STAGING_CLOUD_URL }} QISKIT_IBM_STAGING_CLOUD_CRN: ${{ secrets.QISKIT_IBM_STAGING_CLOUD_CRN }} - USE_STAGING_CREDENTIALS: True + QISKIT_IBM_USE_STAGING_CREDENTIALS: True LOG_LEVEL: DEBUG STREAM_LOG: True QISKIT_IN_PARALLEL: True