summaryrefslogtreecommitdiff
path: root/.github/workflows/bench_cron.yml
AgeCommit message (Collapse)Author
2024-02-23chore: remove `bench_cron` workflow (#22551)Asher Gomez
This workflow has been failing for 6 months, so it's likely unneeded. Closes #22547
2024-02-09chore: fix nightly bench (#22362)Matt Mastracci
This has been broken for a while, but I think `setup-deno` is all that it needs.
2024-02-06chore: upgrade CI workflows to use Node 20 (#22304)Asher Gomez
No longer uses Node 16, which is deprecated.
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol.
2023-04-01ci: update to Ubuntu 22.04 runners for all workflows (#18526)Divy Srivastava
2023-03-10chore(ci): update other workflows to use cargo-toolchain.toml (#18109)David Sherret
I accidentally missed these in #18104
2022-11-06chore(ci): update github actions (#16534)Abdul Rauf
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava