We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3291f9 + b836602 commit 0522e29Copy full SHA for 0522e29
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
41
publish:
42
- needs: [ compile, test ]
+ needs: [ compile ]
43
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
44
runs-on: ubuntu-latest
45
0 commit comments