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"