Skip to content

Commit

Permalink
Update workflow --filter=[core] --valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 16, 2024
1 parent 328d3ee commit f6409b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: make test with valgrind
if: "contains(github.event.head_commit.message, '--valgrind')"
run:
run: |
sudo apt install -y valgrind
cd core-tests && SWOOLE_VALGRIND=1 ./run.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make clean && make -j$(nproc)

build-macos-latest:
if: "!contains(github.event.head_commit.message, '[test]')"
if: "!contains(github.event.head_commit.message, '--filter=')"
runs-on: macos-latest
steps:
- name: install dependencies
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
make clean && make -j$(sysctl -n hw.ncpu)

build-alpine-latest:
if: "!contains(github.event.head_commit.message, '[test]')"
if: "!contains(github.event.head_commit.message, '--filter=')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f6409b0

Please sign in to comment.