Skip to content

Commit

Permalink
[github-action] fix rebase misstake (#16648)
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot authored Mar 3, 2023
1 parent 2e519e7 commit 568a574
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/preview-env-check-regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,13 @@ jobs:
with:
paths: "test/tests/**/TEST.xml"
if: always()
echo "No regressions caught because I didn't check anything 🤡 Sleeping for 2 minutes."
sleep 60
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: success() || failure()
env:
SLACK_WEBHOOK: ${{ secrets.DEVELOPMENT_PIPELINE_SLACK_WEBHOOK_URL }}
SLACK_COLOR: ${{ job.status }}
SLACK_MESSAGE: "`${{ needs.configuration.outputs.version}}` ${{ steps.test_summary.outputs.passed }}/${{ steps.test_summary.outputs.total }} tests passed"
- name: Delete preview environment
if: always()
uses: ./.github/actions/delete-preview
Expand Down

0 comments on commit 568a574

Please sign in to comment.