Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 8, 2024
1 parent 8c7b204 commit e6b278b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bids_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: BIDS validator

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: ['*']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_md_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Check Markdown links
on:
push:
branches:
- master
- main
pull_request:
branches: ['*']

Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/codespell.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ name: tests and coverage with matlab
on:
push:
branches:
- dev
- main
pull_request:
branches: ['*']
schedule:
- cron: 1 1 1 * *
- cron: 0 0 1 * *

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -25,8 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [R2021a, R2021b, R2022a, R2022b]
os: [ubuntu-latest, macos-latest, windows-latest]
version: [R2021a, R2023b]
os: [ubuntu-latest, windows-latest]
include:
- os: macos-latest
version: R2023b

runs-on: ${{matrix.os}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: tests and coverage with octave
on:
push:
branches:
- master
- main
pull_request:
branches: ['*']

Expand All @@ -15,7 +15,7 @@ concurrency:

jobs:
tests_octave:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit e6b278b

Please sign in to comment.