Skip to content

Commit

Permalink
fix: remove workflow timeouts from this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Feb 10, 2022
1 parent edc289d commit 29f25f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,6 @@ concurrency:

jobs:
build:
timeout-minutes: 20
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
run: pnpm run test-build -- --runInBand

lint:
timeout-minutes: 10
runs-on: ubuntu-latest
name: "Lint: node-16, ubuntu-latest"
steps:
Expand Down

0 comments on commit 29f25f3

Please sign in to comment.