File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
qiskit-main-tests :
9
+ if : github.repository_owner == 'Qiskit-Extensions'
9
10
name : tests-python${{ matrix.python-version }}-${{ matrix.os }}
10
11
runs-on : ${{ matrix.os }}
11
12
strategy :
46
47
TEST_TIMEOUT : 120
47
48
OMP_NUM_THREADS : 1
48
49
docs :
50
+ if : github.repository_owner == 'Qiskit-Extensions'
49
51
name : docs
50
52
runs-on : ubuntu-latest
51
53
steps :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
deploy :
10
+ if : github.repository_owner == 'Qiskit-Extensions'
10
11
runs-on : ubuntu-latest
11
12
steps :
12
13
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
deploy :
9
+ if : github.repository_owner == 'Qiskit-Extensions'
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ concurrency:
11
11
cancel-in-progress : true
12
12
jobs :
13
13
tests :
14
+ if : github.repository_owner == 'Qiskit-Extensions'
14
15
name : tests-python${{ matrix.python-version }}-${{ matrix.os }}
15
16
runs-on : ${{ matrix.os }}
16
17
strategy :
62
63
run : stestr history remove all
63
64
64
65
lint :
66
+ if : github.repository_owner == 'Qiskit-Extensions'
65
67
name : lint
66
68
runs-on : ubuntu-latest
67
69
steps :
80
82
- name : Run lint
81
83
run : tox -elint
82
84
docs :
85
+ if : github.repository_owner == 'Qiskit-Extensions'
83
86
name : docs
84
87
runs-on : ubuntu-latest
85
88
steps :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ concurrency:
8
8
cancel-in-progress : true
9
9
jobs :
10
10
neko :
11
+ if : github.repository_owner == 'Qiskit-Extensions'
11
12
name : Qiskit Neko Integration Tests
12
13
runs-on : ubuntu-latest
13
14
steps :
You can’t perform that action at this time.
0 commit comments