From 83ea12b4cb5d14fff0526af86a185937003ca88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= Date: Thu, 29 Sep 2022 17:32:43 +0200 Subject: [PATCH] Fix/smoke test flag (#1545) * fix: fix smoke test flag logic * fix: fix smoke test flag logic --- .github/workflows/capsule-cypress-manual-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/capsule-cypress-manual-trigger.yml b/.github/workflows/capsule-cypress-manual-trigger.yml index ee7a779e8..6fd9134d3 100644 --- a/.github/workflows/capsule-cypress-manual-trigger.yml +++ b/.github/workflows/capsule-cypress-manual-trigger.yml @@ -114,7 +114,7 @@ jobs: ###### - name: Set smoke tag if necessary - if: ${{ inputs.runAlltests==false }} + if: ${{ github.event.inputs.runAlltests==false }} run: echo TAGS="--env.grepTags @smoke" >> $GITHUB_ENV # To make sure that all Cypress binaries are installed properly