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

if/changes rules aren't merged

parent 1e85e0e1
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,12 @@ spec: ...@@ -45,6 +45,12 @@ spec:
rules: rules:
- if: $NO_JAVASCRIPT == "yes" - if: $NO_JAVASCRIPT == "yes"
when: never when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
"cryptlib-$[[ inputs.os ]]": "cryptlib-$[[ inputs.os ]]":
extends: extends:
...@@ -174,6 +180,12 @@ spec: ...@@ -174,6 +180,12 @@ spec:
rules: rules:
- if: $CROSS_PLATFORM == "yes" - if: $CROSS_PLATFORM == "yes"
when: never when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
"syncterm-$[[ inputs.os ]]": "syncterm-$[[ inputs.os ]]":
extends: extends:
...@@ -252,3 +264,9 @@ spec: ...@@ -252,3 +264,9 @@ spec:
rules: rules:
- if: $CROSS_PLATFORM == "yes" - if: $CROSS_PLATFORM == "yes"
when: never when: never
- changes:
- src/**/*
- 3rdp/**/*
- ctrl/text.dat
- xtrn/**/{GNUm,M}akefile
- xtrn/**/*.{c,h,cpp,hpp,mk}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment