We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31f6e6 commit a3fd50eCopy full SHA for a3fd50e
1 file changed
.github/workflows/coverage.yml
@@ -5,6 +5,11 @@
5
name: "CI: Coverage"
6
7
on:
8
+ # TODO: Remove this -- this just makes it possible to test during review
9
+ pull_request:
10
+ branches:
11
+ - main
12
+ # TODO
13
schedule:
14
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC
15
workflow_dispatch: {}
0 commit comments