mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
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:
parent
c7d25301d3
commit
440417cb36
1 changed files with 0 additions and 1 deletions
1
.github/workflows/js-artifacts.yml
vendored
1
.github/workflows/js-artifacts.yml
vendored
|
@ -27,7 +27,6 @@ jobs:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ matrix.os_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
steps:
|
||||
- name: Checkout LadybirdBrowser/ladybird
|
||||
|
|
Loading…
Add table
Reference in a new issue