Skip to content

Commit

Permalink
chore: comiple use matrix (#34770)
Browse files Browse the repository at this point in the history
* chore: comiple use matrix

* chore: 16 deps

* chore: not install 16

* chore: update

* chore: to 16

* chore: install 16

* chore: install 16

* chore: install 16

* chore: install 16

* chore: concurrent

* chore: back all

* chore: fix lines

* chore: cancel if new comes

* chore: single dist speed up

* chore: fix

* chore: fix

* chore: update

* fix: deps
  • Loading branch information
zombieJ committed Mar 29, 2022
1 parent ff02a4e commit ceba0d5
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 238 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compressed-size.yml
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
types: [opened, synchronize]

# Cancel prev CI if new commit come
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
compressed-size:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/preview-build.yml
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
types: [opened, synchronize, reopened]

# Cancel prev CI if new commit come
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
# Prepare node modules. Reuse cache if available
setup:
Expand Down

0 comments on commit ceba0d5

Please sign in to comment.