mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Run calculate_matrix job on the master branch
This allows us to reuse its cache on PR CI jobs.
This commit is contained in:
@@ -11,6 +11,10 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
# CI on master only serves for caching citool builds for the `calculate_matrix` job.
|
||||
# In order to use GHA cache on PR CI (and auto/try) jobs, we need to write to it
|
||||
# from the default branch.
|
||||
- master
|
||||
- auto
|
||||
- try
|
||||
- try-perf
|
||||
|
||||
Reference in New Issue
Block a user