Only bake warpbuild snapshot from stable (#9462)

Co-Authored-By: antondlr <anton@sigmaprime.io>
This commit is contained in:
antondlr
2026-06-13 15:23:30 +02:00
committed by GitHub
parent 90528469db
commit 1d921b2b4e

View File

@@ -5,8 +5,11 @@ on:
schedule:
# Every week (Sunday at 00:00 UTC)
- cron: "0 0 * * 0"
pull_request:
branches: [stable, unstable]
push:
# The warpbuild snapshot is global across all branches, so only `stable`
# bakes it. This avoids non-stable branches (and Mergify merge-queue PRs)
# clobbering the shared snapshot and racking up duplicate bakes.
branches: [stable]
paths:
- '.github/workflows/warpbuild-ubuntu-latest-snapshot.yml'