Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n.jl

Updated CI file on Github.
  • Loading branch information
smith-garrett committed Feb 20, 2023
2 parents 8326024 + a21cb87 commit a0d5266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
cancel-in-progress: true #${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down Expand Up @@ -59,3 +59,4 @@ jobs:
DocMeta.setdocmeta!(Uniformization, :DocTestSetup, :(using Uniformization); recursive=true)
doctest(Uniformization)'
- run: julia --project=docs docs/make.jl

0 comments on commit a0d5266

Please sign in to comment.