fix: remove timeout from step (not allowed in Woodpecker)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Woodpecker doesn't support timeout at step level
It's a global or pipeline-level setting

Fixed linter errors!
This commit is contained in:
Ehsan.Asadi
2025-12-30 23:48:43 +03:30
parent 0347338a30
commit c1f4f2a71a

View File

@@ -46,8 +46,7 @@ steps:
cache: inline
provenance: false
push: true
timeout: 30m
when:
event: [push, tag, manual]
branch: [main, develop]