Skip to content

Commit 00ef41c

Browse files
committed
Changed if conditional to YAML format.
1 parent 4bbcda5 commit 00ef41c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# NOTE: Runner needs unzip and nodejs packages.
7070
all-in-one:
7171
name: All in one
72-
if: inputs.if && !cancelled()
72+
if: ${{ inputs.if && !cancelled() }}
7373
runs-on: arc-skc-aio-runner
7474
permissions: {}
7575
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
OS_CLOUD: openstack
9191
if: ${{ needs.check-changes.outputs.aio == 'true' }}
9292
secrets: inherit
93-
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }} && ${{ !cancelled() }}
93+
if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' && !cancelled() }}

0 commit comments

Comments
 (0)