Skip to content

Commit

Permalink
Fix MATLAB tests CI by updating actions versions and reduce frequency…
Browse files Browse the repository at this point in the history
… of nightly jobs
  • Loading branch information
traversaro authored May 6, 2024
1 parent 42e779b commit 6148c26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'
# Execute a "nightly" build twice a week 2 AM UTC
- cron: '0 2 * * 2,5'

jobs:
build-matlab-tests:
Expand All @@ -23,7 +22,7 @@ jobs:
matlab_version: [R2022a, R2022b, R2023a]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -32,7 +31,7 @@ jobs:
channels: conda-forge,robotology

- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.matlab_version }}

Expand Down

0 comments on commit 6148c26

Please sign in to comment.