Skip to content

Commit 6734008

Browse files
committed
ZTS: Run Full-CI on workflow script changes
Signed-off-by: Tino Reichardt <[email protected]>
1 parent d947b9a commit 6734008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/generate-ci-type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
Patterns of files that are considered to trigger full CI.
3030
"""
3131
FULL_RUN_REGEX = list(map(re.compile, [
32+
r'\.github/workflows/scripts/.*',
3233
r'cmd.*',
3334
r'configs/.*',
3435
r'META',

0 commit comments

Comments
 (0)