From 0ebba134b5876b9db3c0fd0169691131ddbb57b8 Mon Sep 17 00:00:00 2001 From: Denis Gnusov Date: Mon, 3 Feb 2025 15:31:43 +0200 Subject: [PATCH] test --- .github/workflows/robot-ui-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/robot-ui-e2e-tests.yml b/.github/workflows/robot-ui-e2e-tests.yml index 9c13039a49..e20dfd50f0 100644 --- a/.github/workflows/robot-ui-e2e-tests.yml +++ b/.github/workflows/robot-ui-e2e-tests.yml @@ -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' &&