CI: Do not cancel in-progress JS artifact builds

It might be useful to have these artifacts, even for older commits. As
an added bonus, this causes the JS benchmarks to run as well giving us
more datapoints.
This commit is contained in:
Jelle Raaijmakers 2025-03-27 23:57:01 +00:00
parent c7d25301d3
commit 440417cb36

View file

@ -27,7 +27,6 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ matrix.os_name }}
cancel-in-progress: true
steps:
- name: Checkout LadybirdBrowser/ladybird