Re: RFR: 8343546: GHA: Cache required dependencies in master-branch workflow [v2]

2025-07-07 Thread Aleksey Shipilev
On Fri, 4 Jul 2025 15:30:56 GMT, Aleksey Shipilev wrote: >> In our current GHA workflows, we only run workflows in branches in personal >> forks. GHA isolation rules say that workflow caches from the parent branches >> can be used by descendant branches. For our branches, the usual parent is >

Re: RFR: 8343546: GHA: Cache required dependencies in master-branch workflow [v2]

2025-07-07 Thread Aleksey Shipilev
On Fri, 4 Jul 2025 15:30:56 GMT, Aleksey Shipilev wrote: >> In our current GHA workflows, we only run workflows in branches in personal >> forks. GHA isolation rules say that workflow caches from the parent branches >> can be used by descendant branches. For our branches, the usual parent is >

Re: RFR: 8343546: GHA: Cache required dependencies in master-branch workflow [v2]

2025-07-04 Thread Magnus Ihse Bursie
On Fri, 4 Jul 2025 15:30:56 GMT, Aleksey Shipilev wrote: >> In our current GHA workflows, we only run workflows in branches in personal >> forks. GHA isolation rules say that workflow caches from the parent branches >> can be used by descendant branches. For our branches, the usual parent is >

Re: RFR: 8343546: GHA: Cache required dependencies in master-branch workflow [v2]

2025-07-04 Thread Aleksey Shipilev
> In our current GHA workflows, we only run workflows in branches in personal > forks. GHA isolation rules say that workflow caches from the parent branches > can be used by descendant branches. For our branches, the usual parent is > `master`. Since we do not run workflows on `master`, this mea