Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-gnusov committed Feb 3, 2025
1 parent 5936f08 commit 0ebba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-ui-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Dummy Failed step
continue-on-error: true
run: exit 1
- name: Slack Notification for scheduled job
uses: ./.github/actions/scheduled-job-slack-notifications
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_CHANNEL_ID: C089JB7DC7R
if: always()
dummy-failed-job-with-retry:
if: >
github.event_name == 'workflow_dispatch' &&
Expand Down

0 comments on commit 0ebba13

Please sign in to comment.