Skip to content

Commit

Permalink
Prefix packse github actions tasks (astral-sh#216)
Browse files Browse the repository at this point in the history
This is required to properly target them in the required checks in the
github actions settings.
  • Loading branch information
konstin authored Aug 22, 2024
1 parent ab0dd73 commit c83ef76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
run-checks:
name: python-${{ matrix.python-version }}, ${{ matrix.os }}
name: Check python-${{ matrix.python-version }}, ${{ matrix.os }}
timeout-minutes: 5

strategy:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
typos:
runs-on: ubuntu-latest
name: Check typos
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
publish-packages:
name: python-${{ matrix.python-version }}, ${{ matrix.os }}
name: Publish python-${{ matrix.python-version }}, ${{ matrix.os }}

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
python-tests:
name: python-${{ matrix.python-version }}, ${{ matrix.os }}
name: Test python-${{ matrix.python-version }}, ${{ matrix.os }}

strategy:
matrix:
Expand Down

0 comments on commit c83ef76

Please sign in to comment.