diff --git a/.github/workflows/cron-staging.yml b/.github/workflows/cron-staging.yml index 844c7683f5..e2352377bf 100644 --- a/.github/workflows/cron-staging.yml +++ b/.github/workflows/cron-staging.yml @@ -6,6 +6,7 @@ on: jobs: qiskit-main-tests: + if: github.repository_owner == 'Qiskit-Extensions' name: tests-python${{ matrix.python-version }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -46,6 +47,7 @@ jobs: TEST_TIMEOUT: 120 OMP_NUM_THREADS: 1 docs: + if: github.repository_owner == 'Qiskit-Extensions' name: docs runs-on: ubuntu-latest steps: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 62b6c711d4..0607301851 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,6 +7,7 @@ on: jobs: deploy: + if: github.repository_owner == 'Qiskit-Extensions' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/docs_dev.yml b/.github/workflows/docs_dev.yml index 9dbcecd757..62efff9243 100644 --- a/.github/workflows/docs_dev.yml +++ b/.github/workflows/docs_dev.yml @@ -6,6 +6,7 @@ on: jobs: deploy: + if: github.repository_owner == 'Qiskit-Extensions' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0f990eaab..40ac08176b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,7 @@ concurrency: cancel-in-progress: true jobs: tests: + if: github.repository_owner == 'Qiskit-Extensions' name: tests-python${{ matrix.python-version }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -62,6 +63,7 @@ jobs: run: stestr history remove all lint: + if: github.repository_owner == 'Qiskit-Extensions' name: lint runs-on: ubuntu-latest steps: @@ -80,6 +82,7 @@ jobs: - name: Run lint run: tox -elint docs: + if: github.repository_owner == 'Qiskit-Extensions' name: docs runs-on: ubuntu-latest steps: diff --git a/.github/workflows/neko.yml b/.github/workflows/neko.yml index f8cfdca16e..c4f3736139 100644 --- a/.github/workflows/neko.yml +++ b/.github/workflows/neko.yml @@ -8,6 +8,7 @@ concurrency: cancel-in-progress: true jobs: neko: + if: github.repository_owner == 'Qiskit-Extensions' name: Qiskit Neko Integration Tests runs-on: ubuntu-latest steps: