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 ae9adf1 commit 624efa8Copy full SHA for 624efa8
.github/workflows/checks.yml
@@ -118,8 +118,7 @@ jobs:
118
- uses: obi1kenobi/cargo-semver-checks-action@v2
119
with:
120
# exclude the binary package from semver checks, since it is not published as a crate.
121
- # exclude postgres temporarily until it is released
122
- exclude: taskchampion-sync-server,taskchampion-sync-server-storage-postgres
+ exclude: taskchampion-sync-server
123
124
mdbook:
125
runs-on: ubuntu-latest
0 commit comments