From b35b3bef1f6d305a2085eecc4b8f95f1f43d37ff Mon Sep 17 00:00:00 2001 From: swetha1654 Date: Fri, 20 Dec 2024 18:26:50 +0530 Subject: [PATCH] allure (#425) --- .github/workflows/integration_test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index f6ec9226e..3577dba13 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -2,6 +2,9 @@ name: integration-tests on: pull_request: + schedule: + # Trigger at 6:00 AM and 6:00 PM UTC + - cron: "0 6,18 * * *" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -49,7 +52,7 @@ jobs: self-hosted-runner: true self-hosted-runner-label: stg-private-endpoint allure-report: - if: always() && !cancelled() + if: ${{ (success() || failure()) && github.event_name == 'schedule' }} needs: - integration-tests - openstack-interface-tests-private-endpoint