Skip to content

Commit

Permalink
revert delete step into noty jib condition for debug purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 28, 2025
1 parent ebb07f0 commit e9a6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
fi
notify:
if: ${{ inputs.rchannels != '' && inputs.rchannels != null }}
if: ${{ (inputs.rchannels != '' && inputs.rchannels != null) || inputs.rchannels == 'test-notify' }}
needs: release
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
with:
Expand Down

0 comments on commit e9a6567

Please sign in to comment.