22 Commits

Author SHA1 Message Date
Maximilian Roos
9b83a104dd fix: lock mdbook preprocessors to versions compatible with mdbook 0.4.x (#5577)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-23 12:29:47 -08:00
dependabot[bot]
a66c78c462 chore: bump actions/checkout from 4 to 5 (#5436)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-25 09:46:23 +00:00
Maximilian Roos
71afdae6f4 chore: Upgrade GitHub Actions to ubuntu-24.04 (#5286)
Co-authored-by: Claude <no-reply@anthropic.com>
2025-05-17 06:54:15 +00:00
eitsupi
c246c63561 ci: pin to ubuntu-22.04 for now (#4942) 2024-10-09 12:28:09 +00:00
Maximilian Roos
ac8955cae5 ci: Don't start from old caches in CI (#4864) 2024-08-31 11:25:11 -07:00
Maximilian Roos
95ba0a320c ci: Use standard CI env vars throughout to enable caching (#4655) 2024-06-23 21:31:56 +00:00
Aljaž Mur Eržen
a9d81a429b refactor: reorganize dirs (#3683) 2023-10-18 19:11:37 +02:00
eitsupi
f4178e3c5e ci: move the script to the workflow/scripts dir (#3693) 2023-10-18 01:57:23 +09:00
dependabot[bot]
82a242ac35 chore: bump actions/checkout from 3 to 4 (#3463)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 18:35:40 +00:00
Maximilian Roos
d22a1745ba ci: Remove concurrency from child workflows (#3458) 2023-09-02 21:40:18 +00:00
Maximilian Roos
da1740ae96 ci: Move some more workflows to pull-request (#3308) 2023-08-10 18:36:07 -07:00
eitsupi
9349d09a85 ci: set manual trigger for some GitHub Actions workflows (#2805) 2023-06-12 04:04:38 +00:00
Maximilian Roos
044ad29e30 chore(ci): Fix paths in CI triggers (#2130) 2023-03-12 20:37:58 +00:00
Maximilian Roos
b0080a5310 refactor: Move all bindings code to bindings path (#2121)
* refactor: Move all bindings code to `bindings` path
2023-03-12 01:41:44 -08:00
Maximilian Roos
6388d7c05d revert: re-revert loop (#1951)
* revert: re-revert loop

Re-reverts #1899 & #1901

* fix book link
2023-02-23 20:12:02 -08:00
Maximilian Roos
cab50cccae ci: Run non-core tests through test-all.yaml (#1911)
* ci: Run non-core tests through `test-all.yaml`

As pointed out in https://github.com/PRQL/prql/pull/1860/files#r1112279486, we're currently running these tests twice — once because they're in the `test-all.yaml` workflow, which is called on `main` commits, and once because they're called on `main` themselves.

This disables them being called by `main` commits.

It's possible the existing mode is required to generate caches; let's try disabling and assess, though.
2023-02-20 13:29:58 -08:00
Maximilian Roos
52518f2598 ci: Another pass of GHA actions (#1871)
Including concurrency & caching
2023-02-17 21:44:39 -08:00
Maximilian Roos
ee89dfdfe8 ci: Fix old comments in workflow defns (#1718) 2023-02-07 01:59:12 +00:00
Maximilian Roos
1a23c21eab ci: Reorganize prql-js tests (#1194)
* ci: Reorganize prql-js tests

The node release didn't work because it ran tests first, which failed. This runs tests on every merge and not on release
2022-12-01 22:05:28 -08:00
Maximilian Roos
1c91a3a79a ci: Build wasm on explicit rust version (#975)
* ci: Build wasm on explicit rust version

* Upgrade to dtolnay/rust-toolchain in CI

* Try not installing a toolchain at all

Unfortunately https://github.com/dtolnay/rust-toolchain/issues/12
2022-09-16 16:14:39 -07:00
Maximilian Roos
6ecf9cd658 Allow running all tests with a PR label, including other languages (#804)
* Allow running all tests with a PR label, including other languages

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-11 02:59:34 +00:00
Maximilian Roos
6b374b176b Rename some GHA workflows (#801)
* Rename some GHA workflows

We've got quite a few now; this helps a bit to organize them

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-10 23:38:00 +00:00