It would be nice to have an option to only run a specific pipeline runs, like build --name deps (also without the other checks like lint, license, creating a package, etc)
Use case:
package:
name: test
version: 1.0.0
environment:
contents:
packages:
- busybox
repositories:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
pipeline:
- name: deps
runs: |
yarn install
- name: build
runs: |
yarn build
It would be nice to have an option to only run a specific pipeline runs, like
build --name deps(also without the other checks like lint, license, creating a package, etc)Use case: