Skip to content

Commit 8458b3e

Browse files
committed
CI: Add missing condition to PR workflow
1 parent 33f1d88 commit 8458b3e

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
@@ -154,6 +154,7 @@ jobs:
154154
OS_CLOUD: sms-lab-release
155155
if: ${{ needs.check-changes.outputs.aio == 'true' }}
156156
secrets: inherit
157+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
157158

158159
all-in-one-ubuntu-ovn:
159160
name: aio (Ubuntu OVN)

0 commit comments

Comments
 (0)