mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
|
||||
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
@@ -1,8 +1,5 @@
|
||||
name: Dependabot auto-approve
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
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'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# push:
|
||||
# tags:
|
||||
# - '*'
|
||||
# - '!py-*'
|
||||
pull_request:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '!py-*'
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
9
.github/workflows/jsonrpc.yml
vendored
9
.github/workflows/jsonrpc.yml
vendored
@@ -1,11 +1,10 @@
|
||||
name: JSON-RPC API Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [master]
|
||||
# pull_request:
|
||||
# branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
env:
|
||||
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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# types: [closed]
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
||||
11
.github/workflows/node-package.yml
vendored
11
.github/workflows/node-package.yml
vendored
@@ -1,12 +1,11 @@
|
||||
name: 'node.js build'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# push:
|
||||
# tags:
|
||||
# - '*'
|
||||
# - '!py-*'
|
||||
pull_request:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '!py-*'
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
13
.github/workflows/node-tests.yml
vendored
13
.github/workflows/node-tests.yml
vendored
@@ -1,13 +1,12 @@
|
||||
name: 'node.js tests'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - staging
|
||||
# - trying
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - docs-gh-action
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- docs-gh-action
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - docs-gh-action
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- docs-gh-action
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user