Compare commits

...

1 Commits

Author SHA1 Message Date
antondlr
c423f28ba1 Only bake warpbuild snapshot from stable 2026-06-12 10:52:57 +02:00

View File

@@ -5,8 +5,11 @@ on:
schedule: schedule:
# Every week (Sunday at 00:00 UTC) # Every week (Sunday at 00:00 UTC)
- cron: "0 0 * * 0" - cron: "0 0 * * 0"
pull_request: push:
branches: [stable, unstable] # 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: paths:
- '.github/workflows/warpbuild-ubuntu-latest-snapshot.yml' - '.github/workflows/warpbuild-ubuntu-latest-snapshot.yml'