Skip to content

Commit 6650794

Browse files
committed
CI: Add missing condition to PR workflow
1 parent 368b160 commit 6650794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
OS_CLOUD: sms-lab-release
157157
if: ${{ needs.check-changes.outputs.aio == 'true' }}
158158
secrets: inherit
159+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
159160

160161
all-in-one-ubuntu-ovn:
161162
name: aio (Ubuntu OVN)

0 commit comments

Comments
 (0)