summaryrefslogtreecommitdiffstats
path: root/.forgejo/workflows-composite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency go to v1.23.5 (forgejo) (#6590)Renovate Bot9 days1-2/+3
| | | | | | | Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6590 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
* ci: fix go version checkMichael Kriese9 days1-2/+2
|
* fix: actions move to data.forgejo.orgEarl Warren2024-12-191-1/+1
| | | | | | code.forgejo.org is meant for development, the actions need to be highly available and can be read-only. This is what data.forgejo.org will provide.
* ci: include and fix `setup-cache-go` actionMichael Kriese2024-12-042-1/+60
|
* build: relax required go version for local developmentMichael Kriese2024-12-041-0/+10
|
* Update fnetx/setup-cache-go digest to 4b50dd2Renovate Bot2024-12-031-1/+1
|
* ci: use more `tmpfs` and `noatime` for faster CIMichael Kriese2024-11-221-0/+3
|
* ci: merge e2e workflow into testing.ymlOtto Richter2024-10-042-2/+3
| | | | | | | | | | | | | | | ci: cache frontend build across jobs ci: ensure caches are saved with zstd work around https://github.com/actions/cache/issues/1169 ci: require unit tests for remote cacher - prevents unnecessary runs in case the unit tests already fail - starts the integration tests about 2 minutes earlier - should give some overall speedup to the CI run, because the long integration tests are run and finish earlier, and the cacher tests should still usually finish in time - does not save any computing resources, just provides quicker results when runners are not under high load
* ci: move composite workflow locationOtto Richter2024-10-013-0/+55
otherwise, they unfortunately display in the Forgejo UI with an error message