Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Sep 17, 2024
1 parent b219803 commit 0aaa14f
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: CI

on:
pull_request:
push:
branches:
- master
tags: '*'
workflow_dispatch:
merge_group:
on: push


concurrency:
# Skip intermediate builds: always.
Expand All @@ -23,7 +17,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.10'
- '1.9'
- '1.8'
- '1.7'
- '1.6'
- '1'
- pre
os:
Expand All @@ -47,11 +45,6 @@ jobs:
Pkg.instantiate()'
- run: julia --project=perf perf/samplers.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true
files: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0aaa14f

Please sign in to comment.