mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
dear CI masters: i regret every trying to be clever
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -1,7 +1,6 @@
|
|||||||
name: Rust CI
|
name: Rust CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
@@ -1,8 +1,5 @@
|
|||||||
name: Dependabot auto-approve
|
name: Dependabot auto-approve
|
||||||
|
on: pull_request
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
11
.github/workflows/jsonrpc-client-npm-package.yml
vendored
11
.github/workflows/jsonrpc-client-npm-package.yml
vendored
@@ -1,12 +1,11 @@
|
|||||||
name: 'jsonrpc js client build'
|
name: 'jsonrpc js client build'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
# pull_request:
|
push:
|
||||||
# push:
|
tags:
|
||||||
# tags:
|
- '*'
|
||||||
# - '*'
|
- '!py-*'
|
||||||
# - '!py-*'
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
9
.github/workflows/jsonrpc.yml
vendored
9
.github/workflows/jsonrpc.yml
vendored
@@ -1,11 +1,10 @@
|
|||||||
name: JSON-RPC API Test
|
name: JSON-RPC API Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
# push:
|
branches: [master]
|
||||||
# branches: [master]
|
pull_request:
|
||||||
# pull_request:
|
branches: [master]
|
||||||
# branches: [master]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
5
.github/workflows/node-delete-preview.yml
vendored
5
.github/workflows/node-delete-preview.yml
vendored
@@ -2,9 +2,8 @@
|
|||||||
name: Delete node PR previews
|
name: Delete node PR previews
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
# pull_request:
|
types: [closed]
|
||||||
# types: [closed]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete:
|
delete:
|
||||||
|
|||||||
7
.github/workflows/node-docs.yml
vendored
7
.github/workflows/node-docs.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
name: Generate & upload node.js documentation
|
name: Generate & upload node.js documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- master
|
||||||
# - master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
|||||||
11
.github/workflows/node-package.yml
vendored
11
.github/workflows/node-package.yml
vendored
@@ -1,12 +1,11 @@
|
|||||||
name: 'node.js build'
|
name: 'node.js build'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
# pull_request:
|
push:
|
||||||
# push:
|
tags:
|
||||||
# tags:
|
- '*'
|
||||||
# - '*'
|
- '!py-*'
|
||||||
# - '!py-*'
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
13
.github/workflows/node-tests.yml
vendored
13
.github/workflows/node-tests.yml
vendored
@@ -1,13 +1,12 @@
|
|||||||
name: 'node.js tests'
|
name: 'node.js tests'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
# pull_request:
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- master
|
||||||
# - master
|
- staging
|
||||||
# - staging
|
- trying
|
||||||
# - trying
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
9
.github/workflows/upload-docs.yml
vendored
9
.github/workflows/upload-docs.yml
vendored
@@ -1,11 +1,10 @@
|
|||||||
name: Build & Deploy Documentation on rs.delta.chat
|
name: Build & Deploy Documentation on rs.delta.chat
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- master
|
||||||
# - master
|
- docs-gh-action
|
||||||
# - docs-gh-action
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
9
.github/workflows/upload-ffi-docs.yml
vendored
9
.github/workflows/upload-ffi-docs.yml
vendored
@@ -1,11 +1,10 @@
|
|||||||
name: Build & Deploy Documentation on cffi.delta.chat
|
name: Build & Deploy Documentation on cffi.delta.chat
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- master
|
||||||
# - master
|
- docs-gh-action
|
||||||
# - docs-gh-action
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user