ci: Increase timeout for dedupe-issues workflow from 10 to 30 minutes

This commit is contained in:
SoftFever
2025-11-23 21:22:07 +08:00
parent b78381e4f5
commit f57d0d1442

View File

@@ -13,7 +13,7 @@ on:
jobs:
dedupe-issues:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 30
permissions:
contents: read
issues: write