Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivenduverma-sap authored Jan 4, 2024
1 parent 455913b commit f87bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Notify on Failure/Success
id: slack-notification
uses: slackapi/[email protected]
if: ${{ github.ref_name == 'main' && github.event_name == 'schedule' }}
if: ${{ github.ref_name == 'main' && github.event_name == 'schedule' && always() }}
with:
# Slack channel id, channel name, or user id to post message.
# See also: https://api.slack.com/methods/chat.postMessage#channels
Expand Down

0 comments on commit f87bcc2

Please sign in to comment.