We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60003dd commit 90e7a6eCopy full SHA for 90e7a6e
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
run: go test -v -p 1 -parallel 1 -failfast ./...
97
98
test-postgresql-ubuntu:
99
- if: true # false to skip job during debug
+ if: false # false to skip job during debug
100
name: Test and Build on Ubuntu
101
runs-on: ubuntu-latest
102
steps:
@@ -171,7 +171,7 @@ jobs:
171
run: go install github.com/johnstarich/go/[email protected]
172
173
- name: Build Developer Docs
174
- run: gopages -out "docs/godoc" -base "/devel/godoc" -internal
+ run: gopages -out "docs/godoc" -base "/pg_timetable/devel/godoc" -internal
175
176
- name: Set up Python
177
uses: actions/setup-python@v6
0 commit comments