Skip to content

Commit 12be86a

Browse files
committed
change to dispatch
1 parent e4b4f9f commit 12be86a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly_codecov_CPU.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name: nighlty_codecov
44

55
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
66
on:
7-
schedule:
8-
- cron: "10 11 * * *"
9-
7+
workflow_dispatch:
8+
109
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1110
jobs:
1211
run_tests:

0 commit comments

Comments
 (0)