Browse Source

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.
Jelle Raaijmakers 1 week ago
parent
commit
2794ed0c73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/js-artifacts.yml

+ 0 - 1
.github/workflows/js-artifacts.yml

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