mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
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:
parent
9574dd8e74
commit
e2e7ae3045
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user