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

Update e2e.yaml #109

Merged
merged 1 commit into from
Oct 18, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- main

schedule:
- cron: '0 6 * * *' # 6 AM UTC everyday
- cron: '0 6 * * *' # 6 AM UTC everyday for default branch

permissions:
contents: read # for actions/checkout to fetch code
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Notify on Failure/Success
id: slack-notification
uses: slackapi/[email protected]
if: ${{ github.ref_name == 'main' }}
if: ${{ github.ref_name == 'main' && github.event_name == 'schedule' }}
with:
# Slack channel id, channel name, or user id to post message.
# See also: https://api.slack.com/methods/chat.postMessage#channels
Expand Down