We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c0d4d commit 7f04550Copy full SHA for 7f04550
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,8 @@ jobs:
77
name: Publish
78
runs-on: ubuntu-latest
79
if: startsWith(github.ref, 'refs/tags/')
80
- needs: [faas, deploy]
+ # needs: [faas, deploy]
81
+ needs: test
82
steps:
83
- name: Checkout
84
uses: actions/checkout@v4
0 commit comments