[SKIP_BUILD] Set timeout for github action

This commit is contained in:
BruceChen 2022-11-07 13:12:35 +08:00 committed by GitHub
parent 5a540f646c
commit c1ccdc07a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'SKIP_BUILD') }} if: ${{ !contains(github.event.head_commit.message, 'SKIP_BUILD') }}
timeout-minutes: 15
steps: steps: