Timouts for all GH actions

This commit is contained in:
sjorsdonkers
2025-05-09 11:20:51 +02:00
parent 1820e79617
commit ae6c29ccff
6 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ permissions:
jobs:
CLAAssistant:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'