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

Update e2e.yaml #180

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/slack-github-action@v1.24.0
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
Loading