Skip to content

Commit b6a103a

Browse files
committed
Fix workflow
1 parent 1900883 commit b6a103a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
name: Build Docker Image
121121
runs-on: ubuntu-latest
122122
needs: [changes, charts-release]
123-
if: !cancelled() && needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true'
123+
if: (!cancelled()) && needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true'
124124
steps:
125125
- name: Checkout repository
126126
uses: actions/checkout@v3

0 commit comments

Comments
 (0)