We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7e267 commit fff3df6Copy full SHA for fff3df6
1 file changed
.github/workflows/release.yml
@@ -111,6 +111,7 @@ jobs:
111
112
charts-release:
113
name: Charts release
114
+ needs: [changes]
115
if: needs.changes.outputs.charts == 'true'
116
runs-on: ubuntu-latest
117
outputs:
0 commit comments