We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d217489 commit 05f2e72Copy full SHA for 05f2e72
.github/workflows/ci.yml
@@ -227,9 +227,3 @@ jobs:
227
else
228
exit 0
229
fi
230
-
231
- coverage:
232
- name: Coverage
233
- if: always()
234
- secrets: inherit
235
- uses: ./.github/workflows/coverage.yml
.github/workflows/coverage.yml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches:
11
- "main"
12
- - "pull_request/[0-9]+"
+ - "pull-request/[0-9]+"
13
# TODO
14
schedule:
15
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC
0 commit comments