Skip to content

Commit 7f04550

Browse files
committed
Solve ci issues.
1 parent 13c0d4d commit 7f04550

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
name: Publish
7878
runs-on: ubuntu-latest
7979
if: startsWith(github.ref, 'refs/tags/')
80-
needs: [faas, deploy]
80+
# needs: [faas, deploy]
81+
needs: test
8182
steps:
8283
- name: Checkout
8384
uses: actions/checkout@v4

0 commit comments

Comments
 (0)