chore: fix smoke flag meaning (#1553)
This commit is contained in:
parent
22f4edff82
commit
98abe2910d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user