GH Actions: Set job timeout

This commit is contained in:
Alinson S. Xavier 2022-12-23 10:31:30 -06:00 committed by GitHub
parent d95084500f
commit dc678e59df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ on:
jobs:
Test:
runs-on: self-hosted
timeout-minutes: 30
steps:
- name: Check out source code
uses: actions/checkout@v1