Skip to content

Commit

Permalink
ci: disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 authored Nov 14, 2024
1 parent b528a19 commit 74aecc6
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,41 +70,7 @@ jobs:
# Qwik Has unresolved upstream issue. So I decided to torn it off for now
# - qwik
# - qwik-ts
deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: write
needs:
- prepare
- compile-and-test
uses: ./.github/workflows/deploy.yml
with:
renderer-template: ${{ matrix.renderer-template }}
app-version: ${{ needs.prepare.outputs.APP_VERSION }}
build-number: ${{ needs.prepare.outputs.COMMIT_TIMESTAMP }}
strategy:
fail-fast: false
matrix:
renderer-template:
- vanilla
- vanilla-ts
- vue
- vue-ts
- react
- react-ts
- react-swc
- react-swc-ts
- preact
- preact-ts
- lit
- lit-ts
- svelte
- svelte-ts
- solid
- solid-ts
# Qwik Has unresolved upstream issue. So I decided to torn it off for now
# - qwik
# - qwik-ts



dependabot:
Expand Down

0 comments on commit 74aecc6

Please sign in to comment.