mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: stop run web ci (#5037)
This commit is contained in:
parent
acec664879
commit
4da624d2d3
15
.github/workflows/web_ci.yaml
vendored
15
.github/workflows/web_ci.yaml
vendored
@ -1,13 +1,12 @@
|
|||||||
name: WEB-CI
|
name: WEB-CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
branches:
|
inputs:
|
||||||
- "main"
|
build:
|
||||||
paths:
|
description: 'Build the web app'
|
||||||
- ".github/workflows/web_ci.yaml"
|
required: true
|
||||||
- "frontend/rust-lib/**"
|
default: 'true'
|
||||||
- "frontend/appflowy_web/**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@ -22,7 +21,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest]
|
platform: [ ubuntu-latest ]
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user