Skip to content

Commit 62c7cd5

Browse files
authored
Rename CI actions to specific subpackages
1 parent 9a2d289 commit 62c7cd5

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRIReco_All
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mribase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRIBase
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mricoilsens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRICoilSensitivities
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mrifiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRIFiles
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mrioperators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRIOperators
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mrireco.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRIReco
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mrisampling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRISampling
22
on:
33
pull_request:
44
branches:

.github/workflows/ci_mrisimulation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: MRISimulation
22
on:
33
pull_request:
44
branches:

MRIOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MRIOperators"
22
uuid = "fb1137e3-90a6-46ce-a672-6e1e53d120f2"
33
author = ["Tobias Knopp <tobias@knoppweb.de>"]
4-
version = "0.3.1"
4+
version = "0.3.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)