Skip to content

Commit

Permalink
allure (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
swetha1654 authored Dec 20, 2024
1 parent 3dba162 commit b35b3be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b35b3be

Please sign in to comment.