Skip to content

Commit

Permalink
[cascading] from release/11.5 to main (#2583)
Browse files Browse the repository at this point in the history
<!--
{"currentBranch":"release/11.5","targetBranch":"main","bypassReviewers":true,"isConflicting":false}
-->

## Cascading from release/11.5 to main

The configuration requests the cascading to bypass reviewer in case of
CI success.
To not bypass the reviewing process, please check the following
checkbox:

- [ ] <!-- !cancel bypass! --> 🚫 stop reviewing process
bypass for this Pull Request

---

<small>This Pull Request has been generated with ❤️ by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
  • Loading branch information
mrednic-1A authored Dec 12, 2024
2 parents 06f004a + b2ab845 commit 98c0c6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 11 additions & 3 deletions packages/@o3r-training/showcase-sdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
"targets": {
"build": {
"executor": "nx:noop",
"dependsOn": ["compile"]
"dependsOn": [
"compile"
]
},
"compile": {
"executor": "nx:run-script",
"options": {
"script": "build"
},
"inputs": ["source", "^cli"]
"inputs": [
"source",
"^cli"
]
},
"regen": {
"executor": "nx:run-script",
Expand All @@ -32,5 +37,8 @@
}
}
},
"tags": ["private", "showcase"]
"tags": [
"private",
"showcase"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"ref": {
"type": "string",
"description": "Reference to a local localization",
"pattern": "^[^/]*$"
"description": "Reference to a local localization"
},
"description": {
"type": "string",
Expand Down

0 comments on commit 98c0c6b

Please sign in to comment.