We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cdc7d commit 348d845Copy full SHA for 348d845
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# Exclude windows and macos from being built on feature branches
28
run-all:
29
- - ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') }}
+ - ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.body, '[ci-all]') || github.event.pull_request.user.login == 'depfu[bot]' }}
30
exclude:
31
- run-all: false
32
runner:
0 commit comments