We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4500e9f + fff3df6 commit 15e6924Copy full SHA for 15e6924
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