ci/cd - add timeout for cleanup jobs

This commit is contained in:
florian 2023-08-31 07:08:29 +02:00
parent fa165522e5
commit 0e2420cfff
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
delete:
if: ${{ always() }}
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
# Prepare
- name: Checkout source code