Skip to content

Commit ab4aa56

Browse files
committed
Rename workflows.
1 parent 0c1d14d commit ab4aa56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Async-kernel test
1+
name: CI
22

33
on: [push]
44
jobs:
@@ -49,6 +49,7 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050

5151
- name: Run tests with coverage
52+
timeout-minutes: 5
5253
run: uv run pytest -vv --cov --cov-fail-under=100
5354

5455
pre-commit:

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: docs
1+
name: Publish docs
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)