mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
Merge branch 'feat/db' into fix/ensure-db-safety
This commit is contained in:
14
.github/workflows/deploy-stage-to-master.yml
vendored
14
.github/workflows/deploy-stage-to-master.yml
vendored
@@ -2,7 +2,17 @@ name: Deploy master to cloudflare pages for test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: [ "master" ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
git-ref:
|
||||
description: "Release Git Ref (Which branch or tag to build?)"
|
||||
required: true
|
||||
default: "master"
|
||||
cloudflare-project-name:
|
||||
description: "Cloudflare pages project name"
|
||||
required: true
|
||||
default: "logseq-dev"
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: "1.10.1.763"
|
||||
@@ -47,6 +57,6 @@ jobs:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: 2553ea8236c11ea0f88de28fce1cbfee
|
||||
projectName: "logseq-dev"
|
||||
directory: "static"
|
||||
directory: "public"
|
||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: "production"
|
||||
|
||||
13
.github/workflows/e2e.yml
vendored
13
.github/workflows/e2e.yml
vendored
@@ -9,14 +9,11 @@ on:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'e2e-tests/**'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'e2e-tests/**'
|
||||
|
||||
# TODO: Re-enable when ready to enable tests for file graphs
|
||||
defaults:
|
||||
if: false
|
||||
# TODO: Re-enable when ready to enable tests for file graphs
|
||||
# pull_request:
|
||||
# branches: [master]
|
||||
# paths:
|
||||
# - 'e2e-tests/**'
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: '1.11.1.1413'
|
||||
|
||||
Reference in New Issue
Block a user