Removed skipped clone, fixed wrong syntax for conditional filtering
Some checks failed
ci/woodpecker/tag/web_uploadimage Pipeline failed
ci/woodpecker/tag/api_build Pipeline was successful
ci/woodpecker/tag/api_uploadimage Pipeline failed

This commit is contained in:
2024-04-01 22:52:21 -05:00
parent 8b9a837062
commit 19fab91db9
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,4 @@
skip_clone: true
when: when:
when:
- event: [push, pull_request, tag] - event: [push, pull_request, tag]
branch: [api/*] branch: [api/*]
refs: [ref/tags/APIDEV-*, ref/tags/API-*] refs: [ref/tags/APIDEV-*, ref/tags/API-*]

View File

@ -1,4 +1,3 @@
skip_clone: true
when: when:
- event: tag - event: tag
refs: [ref/tags/WEBDEV-*, ref/tags/WEB-*] refs: [ref/tags/WEBDEV-*, ref/tags/WEB-*]