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

@@ -47,7 +47,6 @@ steps:
provenance: false provenance: false
push: true push: true
timeout: 30m
when: when:
event: [push, tag, manual] event: [push, tag, manual]
branch: [main, develop] branch: [main, develop]