Update SnoopCompile.yml

I don't think we need to run on all branches and nightly.
Also we don't have benchmarks, right?
This commit is contained in:
Simon Christ 2020-07-23 10:06:33 +02:00 committed by GitHub
parent 7e122bdfea
commit 837b0efb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: SnoopCompile
on: on:
push: push:
branches: branches:
# - 'master' # NOTE: to run the bot only on pushes to master - 'master' # NOTE: to run the bot only on pushes to master
defaults: defaults:
run: run:
@ -24,7 +24,6 @@ jobs:
- '1.3' - '1.3'
- '1.4' - '1.4'
- '1.5.0-rc1' - '1.5.0-rc1'
- 'nightly'
os: # NOTE: should match the os setting of your botconfig os: # NOTE: should match the os setting of your botconfig
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
@ -51,8 +50,8 @@ jobs:
- name: Generating precompile files - name: Generating precompile files
run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bot.jl")' # NOTE: must match path run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bot.jl")' # NOTE: must match path
# Run benchmarks # Run benchmarks
- name: Running Benchmark #- name: Running Benchmark
run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file # run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file
- name: Upload all - name: Upload all
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: