Skip to content

Commit 348d845

Browse files
committed
run all everything when PR is created by Depfu
1 parent 75cdc7d commit 348d845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Exclude windows and macos from being built on feature branches
2828
run-all:
29-
- ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
29+
- ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') || github.event.pull_request.user.login == 'depfu[bot]' }}
3030
exclude:
3131
- run-all: false
3232
runner:

0 commit comments

Comments
 (0)