screwdriver-data-schema 25.1.2 → 25.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config/regex.js +1 -1
  2. package/package.json +1 -1
package/config/regex.js CHANGED
@@ -67,7 +67,7 @@ module.exports = {
67
67
  EXTERNAL_TRIGGER_AND: /^sd@(\d+):(?:([\w-]+)|(stage@([\w-]+):setup))$/,
68
68
  // External trigger (OR and AND case)
69
69
  // Can be ~sd@123:component or sd@123:component
70
- EXTERNAL_TRIGGER_ALL: /^~?sd@(\d+):(?:([\w-]+)|(stage@([\w-]+):setup))$/,
70
+ EXTERNAL_TRIGGER_ALL: /^~?sd@(\d+):(([\w-]+)|(stage@([\w-]+):setup))$/,
71
71
 
72
72
  // Can be ~pr, ~commit, ~release, ~tag or ~commit:branchName, or ~sd@123:component
73
73
  // Note: if you modify this regex, you must modify `sdJoi` definition in the `config/job.js`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-data-schema",
3
- "version": "25.1.2",
3
+ "version": "25.1.3",
4
4
  "description": "Internal Data Schema of Screwdriver",
5
5
  "main": "index.js",
6
6
  "scripts": {