Skip to content

Commit ac11002

Browse files
committed
Merge branch 'master' into coverity_scan
2 parents 902702f + 0edf198 commit ac11002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ env:
1616

1717
jobs:
1818
coverity-scan:
19-
if: github.repository_owner == 'swoole'
19+
if: "github.repository_owner == 'swoole' && (!contains(github.event.head_commit.message, '--filter=') || contains(github.event.head_commit.message, '[coverity]'))"
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: "8.0"
26+
php-version: "8.3"
2727

2828
- name: Download and install Coverity Build Tool
2929
run: |

0 commit comments

Comments
 (0)