Skip to content

Commit b836602

Browse files
committed
Update publish job to only depend on compile
1 parent a3291f9 commit b836602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
4141
publish:
42-
needs: [ compile, test ]
42+
needs: [ compile ]
4343
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4444
runs-on: ubuntu-latest
4545

0 commit comments

Comments
 (0)