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 e4b4f9f commit 12be86aCopy full SHA for 12be86a
.github/workflows/nightly_codecov_CPU.yml
@@ -4,9 +4,8 @@ name: nighlty_codecov
4
5
# Controls when the action will run. CRON schedule runs at mm hh dd mm yy UTC TIME
6
on:
7
- schedule:
8
- - cron: "10 11 * * *"
9
-
+ workflow_dispatch:
+
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
jobs:
12
run_tests:
0 commit comments