Skip to content

Commit c43c0ff

Browse files
committed
revert workflow renaming to satisfy required workflows.
1 parent d6bf04a commit c43c0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-src.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "0 0 * * *"
1212

1313
jobs:
14-
test-python:
14+
source:
1515
name: Python ${{ matrix.python-version }}
1616
runs-on: ubuntu-latest
1717
strategy:
@@ -41,9 +41,9 @@ jobs:
4141
if-no-files-found: error
4242
include-hidden-files: true
4343
retention-days: 7
44-
coverage-python:
44+
coverage:
4545
needs:
46-
- test-python
46+
- source
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)