Skip to content

Commit

Permalink
avoid long running jobs on sanity-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jul 10, 2024
1 parent c798c91 commit 08ba39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
contents: read
jobs:
test-n-lint:
timeout-minutes: 90
name: ${{ matrix.target }}
runs-on: ubuntu-latest-8-cores
strategy:
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
RUSTC_WRAPPER: "sccache"

benchmark-check:
# timeout-minutes: 90 # <- Not needed as ubunt-latest is free of charge
name: bench-check-${{ matrix.runtime }}
runs-on: ubuntu-latest #-4-cores
strategy:
Expand Down

0 comments on commit 08ba39a

Please sign in to comment.