Skip to content

Commit 27d7aa0

Browse files
committed
ci: don't run twice on renovate PRs
1 parent fca1ef7 commit 27d7aa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
22
push:
33
pull_request:
4+
branches-ignore:
5+
- renovate/** # ignore renovate PRs
46

57
permissions:
68
contents: read
@@ -187,4 +189,4 @@ jobs:
187189
working-directory: nodebb
188190
- name: Run tests
189191
run: npm test test/plugins-installed.js
190-
working-directory: nodebb
192+
working-directory: nodebb

0 commit comments

Comments
 (0)