Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .woodpecker/cache-opencloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ when:
- push
- manual
- event: pull_request
evaluate: |
!(CI_COMMIT_SOURCE_BRANCH matches "next-release/(test-only|stable-*)" && CI_COMMIT_AUTHOR == "prashant-gurung899")
- event: tag
- event: cron
cron: nightly*
2 changes: 2 additions & 0 deletions .woodpecker/cache-pnpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ when:
- manual
- event: tag
- event: pull_request
evaluate: |
!(CI_COMMIT_SOURCE_BRANCH matches "next-release/(test-only|stable-*)" && CI_COMMIT_AUTHOR == "prashant-gurung899")
- event: cron
cron: nightly*
workspace:
Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/cache-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ when:
- manual
- event: tag
- event: pull_request
evaluate: |
!(CI_COMMIT_SOURCE_BRANCH matches "next-release/(test-only|stable-*)" && CI_COMMIT_AUTHOR == "prashant-gurung899")
- event: cron
cron: nightly*
workspace:
Expand Down
2 changes: 2 additions & 0 deletions .woodpecker/purge-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ when:
- event: [push, manual]
branch: ${CI_REPO_DEFAULT_BRANCH}
- event: pull_request
evaluate: |
!(CI_COMMIT_SOURCE_BRANCH matches "next-release/(test-only|stable-*)" && CI_COMMIT_AUTHOR == "prashant-gurung899")
- event: cron
cron: nightly*

Expand Down
4 changes: 3 additions & 1 deletion .woodpecker/ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,12 @@ when:
event:
- push
- manual
- event: pull_request
- event: tag
- event: cron
cron: nightly*
- event: pull_request
evaluate: |
!(CI_COMMIT_SOURCE_BRANCH matches "next-release/(test-only|stable-*)" && CI_COMMIT_AUTHOR == "prashant-gurung899")
workspace:
base: /woodpecker
path: desktop