mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
2794ed0c73
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…
Reference in New Issue
Block a user