Skip to content

Commit 3637029

Browse files
committed
chore: fix action file unkown job
1 parent e4a78ee commit 3637029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
ci:
5959
name: CI
6060
if: github.event_name == 'push'
61-
needs: [analyze, swift-package-test, xcode-test, cocoapods-test]
61+
needs: [analyze, swift-package-test, xcode-test]
62+
# needs: [analyze, swift-package-test, xcode-test, cocoapods-test]
6263
uses: ./.github/workflows/ci.yml
6364

6465
# cd:

0 commit comments

Comments
 (0)