mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 17:58:23 +00:00
Compare commits
2 Commits
glamsterda
...
snapshot-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c423f28ba1 | ||
|
|
539a77c531 |
@@ -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'
|
||||
|
||||
@@ -16,7 +19,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
bake:
|
||||
runs-on: warp-ubuntu-latest-x64-8x
|
||||
runs-on: warp-ubuntu-latest-x64-8x;snapshot.enabled=true
|
||||
steps:
|
||||
- name: Install system deps
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user