Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 448 Bytes

64547.added.md

File metadata and controls

8 lines (7 loc) · 448 Bytes

Several fixes to the CI workflow:

  • Don't override the on Jinja block on the ci.yaml template. This enables reacting to labels getting added/removed to/from pull requests.
  • Switch to using tools and re-use the event payload available instead of querying the GH API again to get the pull request labels
  • Concentrate test selection by labels to a single place
  • Enable code coverage on pull-requests by setting the test:coverage label