Merge pull request #25626 from dweber019/chore/cron-timeout
ci: add timeout to cron job
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
cron:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
|
||||
|
||||
Reference in New Issue
Block a user