We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322cef6 commit 52d00cfCopy full SHA for 52d00cf
1 file changed
.github/workflows/package-sync.yml
@@ -80,7 +80,7 @@ jobs:
80
package_sync_group: ${{ inputs.package_sync_group }}\n
81
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
82
slack-channel-id: ${{ vars.SLACK_CHANNEL_ID }}
83
- if: failure()
+ if: failure() || success()
84
85
package-sync-test:
86
name: Sync package repositories in test
0 commit comments