We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec716e commit 322cef6Copy full SHA for 322cef6
1 file changed
.github/workflows/package-sync.yml
@@ -127,4 +127,4 @@ jobs:
127
package_sync_group: ${{ inputs.package_sync_group }}\n
128
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
129
slack-channel-id: ${{ vars.SLACK_CHANNEL_ID }}
130
- if: failure()
+ if: failure() || success()
0 commit comments