Skip to content

Commit e02a408

Browse files
committed
fix typo
1 parent 8f0903d commit e02a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ jobs:
561561

562562
required:
563563
runs-on: ubuntu-latest
564-
needs: [test-go, test-go-psql, test-js]
564+
needs: [test-go, test-go-pg, test-js]
565565
# allow this job to run even if the previous jobs are skipped
566566
if: |
567567
always() &&

0 commit comments

Comments
 (0)