mirror of
https://github.com/aristocratos/btop.git
synced 2025-12-24 06:38:38 -05: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:
@@ -28,6 +28,7 @@ on:
|
||||
jobs:
|
||||
build-freebsd:
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user