Skip to content

Commit 2337490

Browse files
oharboeclaude
andcommitted
Widen CI path triggers for Python util tests
Use glob patterns (flow/util/*.py, flow/test/test_*.py) instead of listing individual files, so new test and utility scripts trigger CI automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent a4e2395 commit 2337490

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-actions-cron-util-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
- cron: "0 8 * * SUN"
55
push:
66
paths:
7-
- 'flow/util/genElapsedTime.py'
8-
- 'flow/test/test_genElapsedTime.py'
7+
- 'flow/util/*.py'
8+
- 'flow/test/test_*.py'
99
pull_request:
1010
paths:
11-
- 'flow/util/genElapsedTime.py'
12-
- 'flow/test/test_genElapsedTime.py'
11+
- 'flow/util/*.py'
12+
- 'flow/test/test_*.py'
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

0 commit comments

Comments
 (0)