Skip to content

Commit 3a4612c

Browse files
author
Otto
committed
Merge pull request '[v9.0/forgejo] chore(renovate): only run if renovate workflow changed' (go-gitea#5861) from bp-v9.0/forgejo-2eeb2fc into v9.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5861 Reviewed-by: Michael Kriese <[email protected]>
2 parents 08396d5 + c0113bf commit 3a4612c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.forgejo/workflows/renovate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ name: renovate
88
on:
99
push:
1010
branches:
11-
- 'renovate/**' # self-test updates
11+
- renovate/** # self-test updates
12+
paths:
13+
- .forgejo/workflows/renovate.yml
1214
schedule:
1315
- cron: '0 0/2 * * *'
1416
workflow_dispatch:

0 commit comments

Comments
 (0)