.github/workflows/eval-aliases.yml
0 → 100644
+33
−0
+0
−23
Loading
The eval-aliases job is independent of all the other eval jobs. By splitting it into a separate workflow, we avoid running it in two cases: 1. When turning a PR "ready to review". In this case, the main eval workflow needs to run to be able to tag reviewers - but not eval-aliases. 2. On branches like master, staging, etc. We only need to run eval there to have a result to compare against in PRs. eval-aliases doesn't contribute to that. Thus, this will avoid wasting resources.