Skip to content

Commit 05f2e72

Browse files
committed
Try a different way
1 parent d217489 commit 05f2e72

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,3 @@ jobs:
227227
else
228228
exit 0
229229
fi
230-
231-
coverage:
232-
name: Coverage
233-
if: always()
234-
secrets: inherit
235-
uses: ./.github/workflows/coverage.yml

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- "main"
12-
- "pull_request/[0-9]+"
12+
- "pull-request/[0-9]+"
1313
# TODO
1414
schedule:
1515
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC

0 commit comments

Comments
 (0)