Skip to content

Commit 688fa92

Browse files
committed
gha: specify files in path
1 parent a6b2d6c commit 688fa92

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/**.py'
8-
- 'flow/test/**.py'
7+
- 'flow/util/genElapsedTime.py'
8+
- 'flow/test/test_genElapsedTime.py'
99
pull_request:
1010
paths:
11-
- 'flow/util/**.py'
12-
- 'flow/test/**.py'
11+
- 'flow/util/genElapsedTime.py'
12+
- 'flow/test/test_genElapsedTime.py'
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

0 commit comments

Comments
 (0)