From bdee7d62b580318bdde6a20dfbbce48d60d6096d Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Tue, 12 May 2026 17:46:10 +0200 Subject: [PATCH] Fix the yml file error --- .github/workflows/test_common.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index e279aba81..695b3e019 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -37,16 +37,6 @@ on: description: "Send test results to Discord" type: boolean default: false - deploy_allure: - required: false - description: "Deploy allure report to gh-pages" - type: boolean - default: true - send_discord: - required: false - description: "Send test results to Discord" - type: boolean - default: false env: FORCE_COLOR: "1"