don't run snoopcompilebot on nightly

This commit is contained in:
Daniel Schwabeneder 2020-06-27 01:26:52 +02:00
parent 12df81f390
commit 3dd3808895
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
version: # NOTE: the versions below should match those in your botconfig
- 'nightly'
- '1'
- '1.2'
os: # NOTE: should match the os setting of your botconfig

View File

@ -1,6 +1,6 @@
using SnoopCompile
snoop_bench(
BotConfig("Plots", version = [v"1.2", v"1", "nightly"]),
BotConfig("Plots", version = [v"1.2", v"1"]),
joinpath(@__DIR__, "precompile_script.jl"),
)