Skip to content

Commit 87eb2e2

Browse files
committed
restore to main branch after tested
1 parent 9441ac5 commit 87eb2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-test-results.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
- name: Notify slack of test results
4747
uses: archive/github-actions-slack@d9dae40827adf93bddf939db6552d1e392259d7d # v2.7.0
4848
id: slack
49-
if: ${{ steps.test-report.outcome == 'failure' && github.ref == 'refs/heads/smoke-test-failures-notify' }}
49+
if: ${{ steps.test-report.outcome == 'failure' && github.ref == 'refs/heads/main' }}
5050
with:
5151
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
5252
slack-channel: C063ZPPJC5U # tmp-tolerant-failures
5353
slack-text: |
5454
:sad-parrot: The <https://github.com/weaveworks/weave-gitops-enterprise/commit/${{ github.sha }}|latest commit> from ${{ github.actor }} is failing on main. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep. Then fix the underlying issue and ensure main remains green.
55-
slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"
55+
slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"

0 commit comments

Comments
 (0)