dsanders11

#51524: ci: skip job in rerun apply patches if too old

Merged
Created: May 6, 2026, 11:40:02 AM
Merged: May 6, 2026, 1:31:17 PM
2 comments
Target: main

Description of Change

We ran into a failure on this workflow because it tried to rerun a job that's too old to rerun, so let's skip anything too old.

Checklist

  • I have built and tested this change

Release Notes

Notes: none

Backports

40-x-y
Merged
PR Number
#51525
Merged At
May 7, 2026, 5:19:31 AM
Released In
v40.10.0
Release Date
May 8, 2026, 9:00:22 AM
41-x-y
Pending
Waiting for trop to backport
42-x-y
Pending
Waiting for trop to backport
43-x-y
Pending
Waiting for trop to backport

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron