From 837b0efb8100b816b8940aa0e0d8b32683988682 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 23 Jul 2020 10:06:33 +0200 Subject: [PATCH] Update SnoopCompile.yml I don't think we need to run on all branches and nightly. Also we don't have benchmarks, right? --- .github/workflows/SnoopCompile.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 20ea1a5b..3fb19590 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -3,7 +3,7 @@ name: SnoopCompile on: push: branches: - # - 'master' # NOTE: to run the bot only on pushes to master + - 'master' # NOTE: to run the bot only on pushes to master defaults: run: @@ -24,7 +24,6 @@ jobs: - '1.3' - '1.4' - '1.5.0-rc1' - - 'nightly' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest - windows-latest @@ -51,8 +50,8 @@ jobs: - name: Generating precompile files run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bot.jl")' # NOTE: must match path # Run benchmarks - - name: Running Benchmark - run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file + #- name: Running Benchmark + # run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file - name: Upload all uses: actions/upload-artifact@v2 with: