Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract build steps that are independent of
os
and go-version
int…
…o separate job (#1197) Our jobs are kind of slow so I was looking at ways to speed them up. I couldn't really find any low hanging fruit but ended up extracting two steps (lint & analyze) I think should be run separately because they do not depend on the `os` or `go-version`. It saves us roughly a minute so nothing ground breaking. I ended up removing the `dev` trigger for the CodeQL job. I'm fine reverting that change but I feel we run that a lot without any real upside (so far). I can't remember the time it failed and made me change my PR for the better, since it takes more than two minutes on every single run maybe it's fine to only run it when we merge dev.
- Loading branch information