renovate[bot] and Wolfgang Walther
b6ffe9bcf8
chore(deps): update vmactions/freebsd-vm action to v1.5.3
2026-08-07 07:40:59 +00:00
renovate[bot] and Wolfgang Walther
c57a10a8c4
chore(deps): update all dependencies
2026-08-04 21:04:54 +00:00
renovate[bot] and Wolfgang Walther
aee0d52b4f
chore(deps): update docker/login-action action to v4.6.0
2026-07-30 20:41:24 +00:00
renovate[bot] and Wolfgang Walther
17c39dbef6
chore(deps): update docker/login-action action to v4.5.1
2026-07-24 19:26:07 +00:00
renovate[bot] and Wolfgang Walther
1a777919c6
chore(deps): update all dependencies
2026-07-24 18:51:21 +00:00
steve-chavez
71a894623c
ci: add git to freebsd
...
Otherwise when using a git commit on stack the build fails because it
lacks the git dependency.
2026-07-10 21:49:58 -05:00
renovate[bot] and Wolfgang Walther
3eab24400c
chore(deps): update docker/login-action action to v4.4.0
2026-07-05 12:49:36 +00:00
renovate[bot] and Wolfgang Walther
01593a8a2e
chore(deps): update docker/setup-buildx-action action to v4.2.0
2026-07-02 20:08:01 +00:00
renovate[bot] and Wolfgang Walther
099f053f50
chore(deps): update all dependencies
2026-07-02 08:56:42 +00:00
renovate[bot] and Wolfgang Walther
f06a03329f
chore(deps): update korthout/backport-action action to v4.6
2026-06-30 06:24:42 +00:00
renovate[bot] and Wolfgang Walther
c98a8c2a29
chore(deps): update vmactions/freebsd-vm action to v1.5.0
2026-06-29 17:45:43 +00:00
renovate[bot] and Wolfgang Walther
1853a4a2b7
chore(deps): update vmactions/freebsd-vm action to v1.4.9
2026-06-27 09:41:00 +00:00
renovate[bot] and Wolfgang Walther
64407a45fc
chore(deps): update actions/cache action to v6.1.0
2026-06-26 19:48:31 +00:00
renovate[bot] and Wolfgang Walther
2641bf48a8
chore(deps): update all dependencies
2026-06-25 20:10:24 +00:00
renovate[bot] and Wolfgang Walther
050e54965f
chore(deps): update all dependencies to v1.4.8
2026-06-20 21:57:15 +00:00
renovate[bot] and Wolfgang Walther
5826ce50c8
chore(deps): update all dependencies
2026-06-19 19:08:29 +00:00
renovate[bot] and Wolfgang Walther
9772e075f6
chore(deps): update all dependencies
2026-06-19 19:07:45 +00:00
Wolfgang Walther
2e4b72d130
Revert "ci(ci): avoid running build jobs twice on pushes to main"
...
This reverts commit 840d3f99ed .
This was a nice idea in theory, but in practice this means that the
build jobs do not run at all on the default branch anymore. This means
the caches they push to won't be used by any other jobs, neither on the
tag pipelines, nor on PRs. This in turn makes all of these jobs really
slow.
Not helpful!
2026-06-10 15:04:34 +02:00
renovate[bot] and Wolfgang Walther
4e68ffbc92
chore(deps): update all dependencies to v7
2026-06-07 11:01:20 +00:00
Wolfgang Walther
80d0caaff9
ci: remove deprecation warning
...
app-id was replaced with client-id
2026-06-03 10:09:47 +02:00
renovate[bot] and Wolfgang Walther
0dbbf734b7
chore(deps): update all dependencies to v6.0.3
2026-06-03 07:39:54 +00:00
Wolfgang Walther
7bf7da627b
chore: fix actionlint with ubuntu-slim jobs
2026-06-02 10:39:04 +02:00
Wolfgang Walther
b1864594e6
ci(ci): avoid running build jobs twice on pushes to main
...
It's enough to run the build jobs in the release pipeline, no need to
run them on the push event as well.
2026-06-02 10:15:14 +02:00
Wolfgang Walther
e9464bc535
ci(release): only update docker description from devel release
...
This condition was accidentally removed when merging 4 release jobs into
2.
2026-06-02 10:15:14 +02:00
Wolfgang Walther
27734f5d51
ci(release): merge 4 jobs into 2
...
No need to do this in as many jobs. Splitting all the github stuff from
docker stuff into two jobs is enough. This still allows to conditionally
enable docker jobs in contributors repos, depending on whether the
relevant docker credentials are provided - but avoids using too many
concurrent runners.
2026-06-02 10:15:13 +02:00
Wolfgang Walther
8ce8939259
ci(release): run docker job on regular VM runner
...
Tried to run it on a -slim runner in fb24b6b3 , but the result is that no
docker socket is available. This jobs needs one of the big runners.
2026-06-02 10:15:12 +02:00
Wolfgang Walther
f71f70152a
ci: avoid running pg18 tests twice
...
We already test PG18, the default, with the coverage job, so why run it
twice?
2026-06-02 10:15:12 +02:00
Wolfgang Walther
41b58579cb
ci: use -slim runner for small jobs
...
No need to spin up full VM runners for small automation tasks, when we
can use single-CPU runners in containers instead.
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners
(some of this will potentially not work, because dependencies in the
slim image might not be available - however, it makes no sense to create
this as a PR, because all jobs touched here run on branches only. Thus
pushing directly to main)
2026-06-02 10:15:11 +02:00
Wolfgang Walther
6d2fa4d3a7
ci: run other loadtests to completion when one of them fails
...
The most likely offender to fail early is jwt-rsa-cache-worst - which
then cancels *all* loadtests at once. This is unnecessary churn for CI.
Instead we can re-run only that one test later.
2026-06-02 10:15:10 +02:00
Wolfgang Walther
99905c7988
ci: test build of dev shell on darwin
2026-06-02 10:13:29 +02:00
Wolfgang Walther
df38175645
ci: use nix-build-uncached to save useless downloads
...
There is no point to actually realize the derivations to disk, when they
are in cache. `nix-build-uncached` checks the cache and stops before
downloading dependencies if they are available. It will however build as
normal on a cache-miss. Should speed up CI when no Nix dependencies
change a fair bit.
We can only do this for the MacOS job, which only tests the builds. We
can not do this for other jobs which require the build results to be
present before uploading parts of them as artifacts.
2026-06-02 10:13:28 +02:00
Wolfgang Walther
ebac332cb1
ci: trigger workflows when nixpkgs pin is updated
...
Otherwise we might break things...
2026-06-02 10:13:27 +02:00
Wolfgang Walther
6e573b911d
ci: Use FreeBSD VM instead of cirrus
2026-06-02 10:10:22 +02:00
renovate[bot] and Wolfgang Walther
b4eec4bbfb
chore(deps): update all dependencies
2026-05-22 20:51:50 +00:00
renovate[bot] and Wolfgang Walther
ae1e3d6c4d
chore(deps): update codecov/codecov-action action to v6.0.1
2026-05-19 07:04:25 +00:00
renovate[bot] and Wolfgang Walther
a2d76b01b7
chore(deps): update dependency macos to v26
2026-05-15 20:38:43 +00:00
renovate[bot] and Taimoor Zaeem
16d4477c62
chore(deps): update actions/create-github-app-token action to v3.2.0
2026-05-14 10:14:25 +05:00
Taimoor Zaeem
d75d2838fc
ci: catch linkcheck failure
...
The scheduled linkcheck job fails without notification to maintainers.
To catch the failure, a github workflow step has been added which
comments on issue #4106 so that the maintainers get notified.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
(cherry picked from commit f90d7d7296 )
2026-05-14 09:56:19 +05:00
renovate[bot] and Wolfgang Walther
4e08b2748c
chore(deps): update actions/create-github-app-token action to v3.2.0
2026-05-13 21:01:16 +00:00
renovate[bot] and Wolfgang Walther
eda5a10aa5
chore(deps): update all dependencies
2026-05-12 13:03:04 +00:00
Taimoor Zaeem and Wolfgang Walther
51c51ea140
ci: cancel previous runs for tag pipelines
...
Reverts the change in ad5bb38d70 .
https://github.com/orgs/community/discussions/13015 is now solved.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
(cherry picked from commit 96f12f83f0 )
2026-05-07 07:10:27 +00:00
renovate[bot] and Wolfgang Walther
d65288dfd6
chore(deps): update korthout/backport-action digest to bf97bcf
2026-05-06 19:47:08 +00:00
renovate[bot] and Wolfgang Walther
d9eabb2742
chore(deps): update korthout/backport-action action to v4.5
2026-04-27 19:51:56 +00:00
renovate[bot] and Wolfgang Walther
d75a2bdce9
chore(deps): update korthout/backport-action action to v4.4.0
2026-04-21 09:05:15 +00:00
steve-chavez and Wolfgang Walther
dd1956557d
ci: reinstate macos x86 releases
...
Closes https://github.com/PostgREST/postgrest/issues/4755
(cherry picked from commit b6c6bb27a8 )
2026-04-19 12:19:17 +00:00
renovate[bot] and Wolfgang Walther
d369d2c41e
chore(deps): update haskell-actions/setup action to v2.11.0
2026-04-15 18:05:21 +00:00
renovate[bot] and Wolfgang Walther
679b957355
chore(deps): update actions/cache action to v5.0.5
2026-04-13 21:04:21 +00:00
renovate[bot] and Wolfgang Walther
05df2c5692
chore(deps): update all dependencies
2026-04-12 15:25:03 +00:00
renovate[bot] and Wolfgang Walther
dd394d6f81
chore(deps): update haskell-actions/setup action to v2.10.4
2026-04-09 08:48:45 +00:00
renovate[bot] and Wolfgang Walther
77dde73057
chore(deps): update docker/login-action action to v4.1.0
2026-04-02 20:06:52 +00:00