1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix CI check for verifying bump PRs don't break make dev

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-03 15:28:41 -04:00
parent 432fc534c6
commit df090d216a

View File

@ -68,7 +68,7 @@ jobs:
name: Run In-tree Extension tests
- run: make ci-validate-dev
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
name: Validate dev mode will work
- name: Install integration test dependencies