Browse Source

Set CI timeout to 40 minutes.

pull/21822/head
maliming 1 year ago
committed by GitHub
parent
commit
ca705aa539
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build-and-test.yml

1
.github/workflows/build-and-test.yml

@ -46,6 +46,7 @@ permissions:
jobs:
build-test:
runs-on: ubuntu-latest
timeout-minutes: 40
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save