You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add concurrency controls to prevent overlapping CI builds
- Use cancel-in-progress: true to skip builds when one is already running
- Document paths-ignore pattern for future push triggers
- Prevents resource conflicts from simultaneous 1.5-hour builds
Since cron triggers occur every few hours, skipping overlapping builds
is more efficient than queuing them.
Signed-off-by: Mark Pollack <[email protected]>
0 commit comments