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:
parent
432fc534c6
commit
df090d216a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user