Disable valgrind on CI (#4137)

* Disable valgrind on CI

* Use workflow dispatch
This commit is contained in:
Paul Fultz II 2022-05-25 14:36:59 -05:00 committed by GitHub
parent eb3b8a6cec
commit eefa04c7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: