Skip to content

Commit 6900257

Browse files
committed
CI: Add conditions to PR workflow
1 parent 374cc79 commit 6900257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
neutron_plugin: ovs
183183
OS_CLOUD: sms-lab-release
184184
secrets: inherit
185-
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
185+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
186186

187187
all-in-one-ubuntu-jammy-ovn:
188188
name: aio (Ubuntu Jammy OVN)
@@ -197,7 +197,7 @@ jobs:
197197
neutron_plugin: ovn
198198
OS_CLOUD: sms-lab-release
199199
secrets: inherit
200-
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
200+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
201201

202202
all-in-one-rocky-9-ovs:
203203
name: aio (Rocky 9 OVS)
@@ -212,7 +212,7 @@ jobs:
212212
neutron_plugin: ovs
213213
OS_CLOUD: sms-lab-release
214214
secrets: inherit
215-
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
215+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
216216

217217
all-in-one-rocky-9-ovn:
218218
name: aio (Rocky 9 OVN)

0 commit comments

Comments
 (0)