mirror of
https://github.com/aristocratos/btop.git
synced 2024-11-01 05:11:03 +01:00
Set FreeBSD workflow timeout
Recently the FreeBSD workflow has started to hang in a boot loop when the VM starts up. The issue is being tracked upstream but there is not response at the moment. To work around this set a timeout to not waste CI minutes. Other workflows might also want this change since they don't take 20 minutes anyway.
This commit is contained in:
parent
2a864f6f2e
commit
ff1f51ccbb
@ -28,6 +28,7 @@ on:
|
||||
jobs:
|
||||
build-freebsd:
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user