Disable valgrind on CI (#4137)
* Disable valgrind on CI * Use workflow dispatch
This commit is contained in:
parent
eb3b8a6cec
commit
eefa04c7af
|
@ -2,7 +2,8 @@
|
|||
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
|
||||
name: valgrind
|
||||
|
||||
on: [push, pull_request]
|
||||
# on: [push, pull_request]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue