We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27048f9 commit a443516Copy full SHA for a443516
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
uses: ./.github/workflows/test.yml
11
deploy:
12
- needs: [test, build-native]
+ needs: [test]
13
runs-on: macos-latest
14
steps:
15
- uses: actions/checkout@v4
0 commit comments