Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable docker image caching for the deb build (#10431) | Richard van der Hoff | 2021-07-26 | 1 | -4/+35 |
| | |||||
* | Cancel redundant GHA workflows (#10451) | Richard van der Hoff | 2021-07-22 | 1 | -0/+4 |
| | |||||
* | Make GHA config more efficient (#10383) | Richard van der Hoff | 2021-07-14 | 1 | -8/+13 |
| | | | | | | | | A few things here: * Build the debs for single distro for each PR, so that we can see if it breaks. Do the same for develop. Building all the debs ties up the GHA workers for ages. * Stop building the debs for release branches. Again, it takes ages, and I don't think anyone is actually going to stop and look at them. We'll know they are working when we make an RC. * Change the configs so that if we manually cancel a workflow, it actually does something. | ||||
* | Github Actions workflow to attach release artifacts to release (#10379) | Richard van der Hoff | 2021-07-13 | 1 | -1/+27 |
| | |||||
* | Build the python release artifacts in GHA too | Richard van der Hoff | 2021-07-13 | 1 | -0/+64 |