Skip to content

Commit 3109e90

Browse files
committed
ci: Fix invalid workflow syntax
1 parent 6ed961a commit 3109e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint-and-test:
11-
name: "Lint and Test"
11+
name: Lint and Test
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
@@ -32,9 +32,9 @@ jobs:
3232
run: hatch run +py=${{ matrix.python-version }} test:test
3333

3434
release:
35-
name: "Release"
35+
name: Release
3636
runs-on: ubuntu-latest
37-
needs: build
37+
needs: lint-and-test
3838
permissions:
3939
id-token: write
4040
contents: write

0 commit comments

Comments
 (0)