From 98abe2910df4db038e4b690d1c05ac0522ebe424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= Date: Thu, 29 Sep 2022 19:11:52 +0200 Subject: [PATCH] chore: fix smoke flag meaning (#1553) --- .github/workflows/capsule-cypress-manual-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/capsule-cypress-manual-trigger.yml b/.github/workflows/capsule-cypress-manual-trigger.yml index dc5b52e34..63f09d477 100644 --- a/.github/workflows/capsule-cypress-manual-trigger.yml +++ b/.github/workflows/capsule-cypress-manual-trigger.yml @@ -15,7 +15,7 @@ on: - stats-e2e - token-e2e - trading-e2e - runAlltests: + smokeOnly: description: 'Run only smoke tests?' required: true type: boolean @@ -40,7 +40,7 @@ jobs: ####### - name: Set smoke tag - if: ${{ github.event.inputs.runAlltests==false }} + if: ${{ github.event.inputs.smokeOnly==true }} run: echo TAGS="--env.grepTags @smoke" >> $GITHUB_ENV - name: Set --skip-nx-cache flag