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 64619a0 commit dcfe398Copy full SHA for dcfe398
.github/workflows/test.yml
@@ -139,8 +139,8 @@ jobs:
139
140
build-snap:
141
runs-on: ${{ matrix.os }}
142
- # if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
143
- # needs: ['build-linux']
+ if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
+ needs: ['build-linux']
144
145
strategy:
146
matrix:
0 commit comments