Skip to content

Commit eab7652

Browse files
committed
[DATALAD] Recorded changes
1 parent 73f5ce3 commit eab7652

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.github/workflows/bids_validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
12+
cancel-in-progress: true
1313

1414
env:
1515
OCTFLAGS: --no-gui --no-window-system --silent

.github/workflows/check_md_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: true
15+
cancel-in-progress: true
1616

1717
jobs:
1818
markdown-link-check:

.github/workflows/miss_hit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enable: false

.github/workflows/run_tests_matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ on:
1111
branches: ['*']
1212
schedule:
1313
- cron: 1 1 1 * *
14-
14+
1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020
cancel-in-progress: true
21-
21+
2222
jobs:
2323
tests_matlab:
2424

@@ -50,7 +50,7 @@ jobs:
5050
- name: Run tests
5151
uses: matlab-actions/[email protected]
5252
with:
53-
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run testsMatlab;
53+
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5454

5555
- name: Code coverage
5656
uses: codecov/codecov-action@v3

.github/workflows/run_tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
14-
14+
1515

1616
jobs:
1717
tests_octave:
File renamed without changes.

.github/workflows/validate_cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
19-
19+
2020

2121
jobs:
2222

0 commit comments

Comments
 (0)