diff --git a/.github/workflows/run-qit-all.yml b/.github/workflows/run-qit-all.yml index 3f0873c4..49066e70 100644 --- a/.github/workflows/run-qit-all.yml +++ b/.github/workflows/run-qit-all.yml @@ -45,6 +45,11 @@ on: required: true default: false type: boolean + test-plugin-e2e: + description: 'Should Plugin E2E be tested? (takes a lot of time)' + required: true + default: false + type: boolean # Advanced customization. ignore-fail: