From 177d8690aefb1bfa70ee402e8e15a8785e608a5b Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Mon, 18 Sep 2023 10:54:56 +0200 Subject: [PATCH] Publish allure reports into sub directory --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95df51db1..052dfd7da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,11 +3,11 @@ name: CI on: push: branches: - - main + - keep-history workflow_dispatch: pull_request: branches: - - main + - keep-history schedule: - cron: "0 4 * * *" # Runs every day at 4am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule @@ -82,6 +82,7 @@ jobs: #allure_report: allure-report allure_history: allure-history keep_reports: 100 + subdirectory: allure - name: Publish Report if: always() && github.ref == 'refs/heads/main'