We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b2d6c commit 688fa92Copy full SHA for 688fa92
.github/workflows/github-actions-cron-util-test.yml
@@ -4,12 +4,12 @@ on:
4
- cron: "0 8 * * SUN"
5
push:
6
paths:
7
- - 'flow/util/**.py'
8
- - 'flow/test/**.py'
+ - 'flow/util/genElapsedTime.py'
+ - 'flow/test/test_genElapsedTime.py'
9
pull_request:
10
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
0 commit comments