From bf153f859fa8a789c39b360068931ca3fcdc673f Mon Sep 17 00:00:00 2001 From: Gavin Henderson Date: Thu, 22 Aug 2024 12:09:39 +0100 Subject: [PATCH] Dont require tags --- .github/workflows/cypress.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 89fc71615..9616ec67b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,9 +2,6 @@ name: Reusable Cypress Job on: workflow_call: inputs: - tags: - required: true - type: string baseUrl: required: true type: string