Don't run sanitizer test on individual PRs

Sanitizer tests take a long time to run so we don't want to run them on
individual PRs but instead run them nightly and on commits to master.
This commit is contained in:
Sven Klemm 2023-03-03 11:22:06 +01:00 committed by Sven Klemm
parent 9574dd8e74
commit e2e7ae3045

View File

@ -1,11 +1,13 @@
# Run regression tests under memory sanitizer
name: Sanitizer test
"on":
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
push:
branches:
- main
- prerelease_test
pull_request:
env:
name: "Sanitizer"