Skip to content

Commit 73f5ce3

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

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

.github/workflows/bids_validator.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ name: BIDS validator
33

44
on:
55
push:
6-
branches: [master, main, dev]
6+
branches: [master]
77
pull_request:
88
branches: ['*']
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
OCTFLAGS: --no-gui --no-window-system --silent
1216

.github/workflows/check_md_links.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ on:
77
push:
88
branches:
99
- master
10-
- dev
1110
pull_request:
1211
branches: ['*']
1312

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1417
jobs:
1518
markdown-link-check:
1619
runs-on: ubuntu-latest

.github/workflows/run_tests_matlab.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
name: tests and coverage with matlab
33

4-
concurrency:
5-
group: ${{ github.workflow }}-${{ github.ref }}
6-
cancel-in-progress: true
74

85
on:
96
push:
@@ -14,10 +11,14 @@ on:
1411
branches: ['*']
1512
schedule:
1613
- cron: 1 1 1 * *
17-
14+
1815
# Allows you to run this workflow manually from the Actions tab
1916
workflow_dispatch:
2017

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }}
20+
cancel-in-progress: true
21+
2122
jobs:
2223
tests_matlab:
2324

.github/workflows/run_tests_octave.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
pull_request:
99
branches: ['*']
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
15+
1116
jobs:
1217
tests_octave:
1318
runs-on: ubuntu-22.04

.github/workflows/validate_cff.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- CITATION.cff
1414
- .github/workflows/validate_cff.yml
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
20+
1621
jobs:
1722

1823
validate_cff:

0 commit comments

Comments
 (0)