Skip to content

Commit

Permalink
restore to main branch after tested
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 20, 2023
1 parent 097d07f commit c561e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Notify slack of test results
uses: archive/github-actions-slack@d9dae40827adf93bddf939db6552d1e392259d7d # v2.7.0
id: slack
if: ${{ steps.test-report.outcome == 'failure' && github.ref == 'refs/heads/smoke-test-failures-notify' }}
if: ${{ steps.test-report.outcome == 'failure' && github.ref == 'refs/heads/main' }}
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
slack-channel: C063ZPPJC5U # tmp-tolerant-failures
slack-text: |
: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.
slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"
slack-optional-icon_url: "https://avatars.githubusercontent.com/u/9976052"

0 comments on commit c561e92

Please sign in to comment.