Add timeout to PPA uploads (#9989)

Don't allow dput to run for more than 15 minutes (successful runs take about ~8 minutes)
This commit is contained in:
Austin
2026-03-23 20:15:56 -05:00
committed by GitHub
co-authored by GitHub
parent abfa346630
commit 8ce1a872eb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- develop # Default branch, same as 'cron' above
paths:
- debian/**
- "*.rpkg"
+1
View File
@@ -68,5 +68,6 @@ jobs:
- name: Publish with dput
if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}
timeout-minutes: 15 # dput is terrible, sometimes runs 'forever'
run: |
dput ${{ inputs.ppa_repo }} meshtasticd_${{ steps.version.outputs.deb }}~${{ inputs.series }}_source.changes