chore: stop run web ci (#5037)

This commit is contained in:
Kilu.He 2024-04-02 15:55:15 +08:00 committed by GitHub
parent acec664879
commit 4da624d2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,12 @@
name: WEB-CI
on:
pull_request:
branches:
- "main"
paths:
- ".github/workflows/web_ci.yaml"
- "frontend/rust-lib/**"
- "frontend/appflowy_web/**"
workflow_dispatch:
inputs:
build:
description: 'Build the web app'
required: true
default: 'true'
env:
CARGO_TERM_COLOR: always
@ -22,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps: