From bf3ce8246790eefe3b698a8b9ee2f5dc5792d958 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:10:15 -0600 Subject: [PATCH] Fix CI not running due to qiskit-community migration (#1193) --- .github/workflows/main.yml | 8 ++++---- .github/workflows/neko.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3360ece86e..3ad3d1a9e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ concurrency: jobs: Checks: - if: github.repository_owner == 'Qiskit' + if: github.repository_owner == 'qiskit-community' runs-on: ${{ matrix.os }} strategy: matrix: @@ -141,7 +141,7 @@ jobs: if: ${{ !cancelled() }} shell: bash Nature: - if: github.repository_owner == 'Qiskit' + if: github.repository_owner == 'qiskit-community' runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -280,7 +280,7 @@ jobs: if: ${{ !cancelled() }} shell: bash Tutorials: - if: github.repository_owner == 'Qiskit' + if: github.repository_owner == 'qiskit-community' runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -360,7 +360,7 @@ jobs: path: docs/_build/html/artifacts/tutorials.tar.gz if: ${{ matrix.python-version == 3.8 && !startsWith(github.ref, 'refs/heads/stable') && !startsWith(github.base_ref, 'stable/') }} Deprecation_Messages_and_Coverage: - if: github.repository_owner == 'Qiskit' + if: github.repository_owner == 'qiskit-community' needs: [Checks, Nature, Tutorials] runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/neko.yml b/.github/workflows/neko.yml index 74efff7ee6..2bc690cdec 100644 --- a/.github/workflows/neko.yml +++ b/.github/workflows/neko.yml @@ -8,7 +8,7 @@ concurrency: cancel-in-progress: true jobs: neko: - if: github.repository_owner == 'Qiskit' + if: github.repository_owner == 'qiskit-community' name: Qiskit Neko Integration Tests runs-on: ubuntu-latest steps: