Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/asset-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request]

jobs:
compare:
timeout-minutes: 15
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/exceljs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
test:
timeout-minutes: 10
name: Node v${{ matrix.node-version }} on ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
CI: true

benchmark:
timeout-minutes: 15
name: Measure performance impact of changes
runs-on: ubuntu-latest

Expand All @@ -67,6 +69,7 @@ jobs:
CI: true

typescript:
timeout-minutes: 15
name: Ensure typescript compatibility
runs-on: ubuntu-latest

Expand Down