Skip to content

Commit dcfe398

Browse files
committed
feat: add back conditions to snap workflow
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 64619a0 commit dcfe398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jobs:
139139
140140
build-snap:
141141
runs-on: ${{ matrix.os }}
142-
# if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
143-
# needs: ['build-linux']
142+
if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
143+
needs: ['build-linux']
144144

145145
strategy:
146146
matrix:

0 commit comments

Comments
 (0)