Skip to content

Commit 5c26372

Browse files
committed
remove BUILD_IOCS on stable builds
1 parent 0e05681 commit 5c26372

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-scripts-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ name: STD
1111
on:
1212
push:
1313
paths-ignore:
14-
- 'documentation/*'
14+
- 'docs/**'
15+
- 'documentation/**'
1516
- '**/*.html'
1617
- '**/*.md'
1718
branches:
@@ -104,6 +105,9 @@ jobs:
104105
if: matrix.utoolchain
105106
- name: Prepare and compile dependencies
106107
run: python .ci/cue.py prepare
108+
- name: Disable IOC builds for stable
109+
run: echo "BUILD_IOCS = NO" >> configure/CONFIG_SITE.local
110+
if: contains(matrix.set, 'stable')
107111
- name: Build main module
108112
run: python .ci/cue.py build
109113
- name: Run main module tests

0 commit comments

Comments
 (0)