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 1900883 commit b6a103aCopy full SHA for b6a103a
.github/workflows/release.yml
@@ -120,7 +120,7 @@ jobs:
120
name: Build Docker Image
121
runs-on: ubuntu-latest
122
needs: [changes, charts-release]
123
- if: !cancelled() && needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true'
+ if: (!cancelled()) && needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true'
124
steps:
125
- name: Checkout repository
126
uses: actions/checkout@v3
0 commit comments