Skip to content

Commit

Permalink
Fix CI not running due to qiskit-community migration (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Jun 5, 2023
1 parent d566a1b commit bf3ce82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:

jobs:
Checks:
if: github.repository_owner == 'Qiskit'
if: github.repository_owner == 'qiskit-community'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/neko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf3ce82

Please sign in to comment.