We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad796c3 commit fd50fa2Copy full SHA for fd50fa2
.github/workflows/release.yml
@@ -166,7 +166,7 @@ jobs:
166
prerelease: ${{ inputs.dev }}
167
168
notify:
169
- if: inputs.dev == false
+ if: inputs.dev == false || inputs.jsTag == 'test-notify'
170
needs: release
171
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
172
with:
0 commit comments