don't run snoopcompilebot on nightly
This commit is contained in:
parent
12df81f390
commit
3dd3808895
1
.github/workflows/SnoopCompile.yml
vendored
1
.github/workflows/SnoopCompile.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: # NOTE: the versions below should match those in your botconfig
|
version: # NOTE: the versions below should match those in your botconfig
|
||||||
- 'nightly'
|
|
||||||
- '1'
|
- '1'
|
||||||
- '1.2'
|
- '1.2'
|
||||||
os: # NOTE: should match the os setting of your botconfig
|
os: # NOTE: should match the os setting of your botconfig
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bench.jl
vendored
2
deps/SnoopCompile/snoop_bench.jl
vendored
@ -1,6 +1,6 @@
|
|||||||
using SnoopCompile
|
using SnoopCompile
|
||||||
|
|
||||||
snoop_bench(
|
snoop_bench(
|
||||||
BotConfig("Plots", version = [v"1.2", v"1", "nightly"]),
|
BotConfig("Plots", version = [v"1.2", v"1"]),
|
||||||
joinpath(@__DIR__, "precompile_script.jl"),
|
joinpath(@__DIR__, "precompile_script.jl"),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user