We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbcda5 commit 00ef41cCopy full SHA for 00ef41c
.github/workflows/stackhpc-all-in-one.yml
@@ -69,7 +69,7 @@ jobs:
69
# NOTE: Runner needs unzip and nodejs packages.
70
all-in-one:
71
name: All in one
72
- if: inputs.if && !cancelled()
+ if: ${{ inputs.if && !cancelled() }}
73
runs-on: arc-skc-aio-runner
74
permissions: {}
75
env:
.github/workflows/stackhpc-pull-request.yml
@@ -90,4 +90,4 @@ jobs:
90
OS_CLOUD: openstack
91
if: ${{ needs.check-changes.outputs.aio == 'true' }}
92
secrets: inherit
93
- if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' }} && ${{ !cancelled() }}
+ if: ${{ ! failure() && github.repository == 'stackhpc/stackhpc-kayobe-config' && !cancelled() }}
0 commit comments