Skip to content

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:20
· 336 commits to refs/heads/main since this release
b2e7224

What's Changed

  • Publish coverage on even with skipped builds @kuqin12 (#198)
    Change Details
      Current pipeline job for publishing coverage will skip the jobs if there are a few jobs being skipped. However, some skips are expected, such as some jobs that should be run on selfhosted agents, but no agents are available on the public site.

    This change will update the publish coverage job's condition to ignore the skipped conditions, such that it will always run the job as long as there the previous job(s) not failing or being cancelled.




  • Notebooks/PullRequests.github-issues: Bump completed PR start date @makubacki (#194)
    Change Details
      Updates the year from `2022` to `2023` to reduce the total number of PRs returned (which is limited by GitHub).

  • .sync/dependabot: Update PIP modules weekly @makubacki (#195)
    Change Details
      Checks for PIP module updates weekly instead of daily. The number of updates was too frequent for CI resources and reviewer overhead.

    Also explicitly sets the submodule weekly update day to Tuesday so
    PIP and submodules updates can both be available Wednesday morning
    for review and merge.




Full Changelog: v4.0.2...v4.0.3