In GitHub Actions, does anyone know how to conditionally stop a job early without causing the job to fail? e.g., "For x, y, z in the matrix, only do foo for x, but do foo, bar and baz for x, y and z."
2
1
e.g. github.com/rust-lang/rustup/โฆ chooses to run the tests, and github.com/rust-lang/rustup/โฆ conditionalises that particular part of the workflow on it
Jan 10, 2020 ยท 10:27 PM UTC

