Skip to content
Snippets Groups Projects
Commit 490143dc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Can't impliuctly inherit rules

parent b0f57205
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,15 @@ spec: ...@@ -240,6 +240,15 @@ spec:
- job: "spidermonkey-$[[ inputs.os ]]" - job: "spidermonkey-$[[ inputs.os ]]"
- job: "uifc-$[[ inputs.os ]]" - job: "uifc-$[[ inputs.os ]]"
- job: "xpdev-$[[ inputs.os ]]" - job: "xpdev-$[[ inputs.os ]]"
rules:
- if: $NO_JAVASCRIPT == "yes"
when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
"sexpots-$[[ inputs.os ]]": "sexpots-$[[ inputs.os ]]":
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment