Browse Source
Merge pull request #21822 from abpframework/maliming-patch-timeout
Set CI timeout to 40 minutes.
pull/21836/head
liangshiwei
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.github/workflows/build-and-test.yml
|
|
|
@ -18,6 +18,7 @@ on: |
|
|
|
- 'templates/**/*.razor' |
|
|
|
- 'Directory.Build.props' |
|
|
|
- 'Directory.Packages.props' |
|
|
|
- '.github/workflows/build-and-test.yml' |
|
|
|
|
|
|
|
pull_request: |
|
|
|
paths: |
|
|
|
@ -35,6 +36,7 @@ on: |
|
|
|
- 'templates/**/*.razor' |
|
|
|
- 'Directory.Build.props' |
|
|
|
- 'Directory.Packages.props' |
|
|
|
- '.github/workflows/build-and-test.yml' |
|
|
|
types: |
|
|
|
- opened |
|
|
|
- synchronize |
|
|
|
@ -46,6 +48,7 @@ permissions: |
|
|
|
jobs: |
|
|
|
build-test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
timeout-minutes: 40 |
|
|
|
if: ${{ !github.event.pull_request.draft }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|