Skip to content

Commit

Permalink
Fix github syntax for name
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 1, 2024
1 parent 9af66c6 commit 916faeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.11"
name: "py${{ matrix.python-version }}-dj${{ matrix.django-version }}-${{ matrix.backend }}-${{ matrix.mariadb-version }}"
name: "py${{ matrix.python-version }}-dj${{ matrix.django-version }}-${{ matrix.backend }}-${{ matrix.mariadb-version }}"

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 916faeb

Please sign in to comment.