rcmerci 8 месяцев назад
Родитель
Сommit
4696c1f3fd

+ 0 - 4
.github/workflows/build.yml

@@ -2,10 +2,6 @@ name: CI
 
 on:
   push:
-    branches: [master]
-    paths-ignore:
-      - '*.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths-ignore:
       - '*.md'

+ 0 - 8
.github/workflows/clj-e2e.yml

@@ -2,14 +2,6 @@ name: Clojure E2E
 
 on:
   push:
-    branches: [master]
-    paths:
-      - 'clj-e2e/**'
-      - '.github/workflows/clj-e2e.yml'
-      - src/**
-      - deps/**
-      - packages/**
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'clj-e2e/**'

+ 0 - 8
.github/workflows/clj-rtc-e2e.yml

@@ -2,14 +2,6 @@ name: Clojure RTC E2E
 
 on:
   push:
-    branches: [master]
-    paths:
-      - 'clj-e2e/**'
-      - '.github/workflows/clj-rtc-e2e.yml'
-      - src/**
-      - deps/**
-      - packages/**
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'clj-e2e/**'

+ 0 - 6
.github/workflows/db.yml

@@ -3,12 +3,6 @@ name: logseq/db CI
 on:
   # Path filters ensure jobs only kick off if a change is made to db
   push:
-    branches: [master]
-    paths:
-      - 'deps/db/**'
-      - '.github/workflows/db.yml'
-      - '!deps/db/**.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'deps/db/**'

+ 1 - 8
.github/workflows/graph-parser.yml

@@ -4,17 +4,10 @@ on:
   # Path filters ensure jobs only kick off if a change is made to graph-parser or
   # its local dependencies
   push:
-    branches: [master]
-    paths:
-      - 'deps/graph-parser/**'
-      # db is a local dep that could break functionality in this lib and should trigger this
-      - 'deps/db/**'
-      - '.github/workflows/graph-parser.yml'
-      - '!deps/graph-parser/**.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'deps/graph-parser/**'
+      # db is a local dep that could break functionality in this lib and should trigger this
       - 'deps/db/**'
       - '.github/workflows/graph-parser.yml'
       - '!deps/graph-parser/**.md'

+ 0 - 6
.github/workflows/logseq-common.yml

@@ -3,12 +3,6 @@ name: logseq/common CI
 on:
   # Path filters ensure jobs only kick off if a change is made to common
   push:
-    branches: [master]
-    paths:
-      - 'deps/common/**'
-      - '.github/workflows/logseq-common.yml'
-      - '!deps/common/**.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'deps/common/**'

+ 1 - 8
.github/workflows/outliner.yml

@@ -4,17 +4,10 @@ on:
   # Path filters ensure jobs only kick off if a change is made to outliner or
   # its local dependencies
   push:
-    branches: [master]
-    paths:
-      - 'deps/outliner/**'
-      # db is a local dep that could break functionality in this lib and should trigger this
-      - 'deps/db/**'
-      - '.github/workflows/outliner.yml'
-      - '!deps/outliner/**.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'deps/outliner/**'
+      # db is a local dep that could break functionality in this lib and should trigger this
       - 'deps/db/**'
       - '.github/workflows/outliner.yml'
       - '!deps/outliner/**.md'

+ 1 - 8
.github/workflows/publishing.yml

@@ -4,17 +4,10 @@ on:
   # Path filters ensure jobs only kick off if a change is made to publishing or
   # its local dependencies
   push:
-    branches: [master]
-    paths:
-      - 'deps/publishing/**'
-      # db is a local dep that could break functionality in this lib and should trigger this
-      - 'deps/db/**'
-      - '.github/workflows/publishing.yml'
-      - '!deps/publishing/**.md'
-  pull_request:
     branches: [master, "feat/db"]
     paths:
       - 'deps/publishing/**'
+      # db is a local dep that could break functionality in this lib and should trigger this
       - 'deps/db/**'
       - '.github/workflows/publishing.yml'
       - '!deps/publishing/**.md'