Skip to content

Commit

Permalink
Merge pull request #266 from JaxGaussianProcesses/ci_fix
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
thomaspinder authored May 17, 2023
2 parents 465fdfe + 5cc086b commit 5874149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build:
# Functionality for testing documentation builds on multiple OSes and Python versions
concurrency: ci-${{ github.ref }}
name: Build docs (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
defaults:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Test documentation

on:
pull_request:
push:
branches:
- main

jobs:
build:
# Functionality for testing documentation builds on multiple OSes and Python versions
name: Build docs (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 5874149

Please sign in to comment.