Skip to content

Commit b35b3be

Browse files
authored
allure (#425)
1 parent 3dba162 commit b35b3be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration_test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: integration-tests
22

33
on:
44
pull_request:
5+
schedule:
6+
# Trigger at 6:00 AM and 6:00 PM UTC
7+
- cron: "0 6,18 * * *"
58

69
concurrency:
710
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -49,7 +52,7 @@ jobs:
4952
self-hosted-runner: true
5053
self-hosted-runner-label: stg-private-endpoint
5154
allure-report:
52-
if: always() && !cancelled()
55+
if: ${{ (success() || failure()) && github.event_name == 'schedule' }}
5356
needs:
5457
- integration-tests
5558
- openstack-interface-tests-private-endpoint

0 commit comments

Comments
 (0)