dear CI masters: i regret every trying to be clever

This commit is contained in:
Floris Bruynooghe
2023-02-16 14:55:24 +01:00
parent bca0b256c9
commit 0bae3caaff
10 changed files with 34 additions and 46 deletions

View File

@@ -1,7 +1,6 @@
name: Rust CI
on:
workflow_dispatch:
pull_request:
push:
branches:

View File

@@ -1,8 +1,5 @@
name: Dependabot auto-approve
on:
workflow_dispatch:
pull_request:
on: pull_request
permissions:
pull-requests: write

View File

@@ -1,12 +1,11 @@
name: 'jsonrpc js client build'
on:
workflow_dispatch:
# pull_request:
# push:
# tags:
# - '*'
# - '!py-*'
pull_request:
push:
tags:
- '*'
- '!py-*'
jobs:

View File

@@ -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

View File

@@ -2,9 +2,8 @@
name: Delete node PR previews
on:
workflow_dispatch:
# pull_request:
# types: [closed]
pull_request:
types: [closed]
jobs:
delete:

View File

@@ -1,10 +1,9 @@
name: Generate & upload node.js documentation
on:
workflow_dispatch:
# push:
# branches:
# - master
push:
branches:
- master
jobs:
generate:

View File

@@ -1,12 +1,11 @@
name: 'node.js build'
on:
workflow_dispatch:
# pull_request:
# push:
# tags:
# - '*'
# - '!py-*'
pull_request:
push:
tags:
- '*'
- '!py-*'
jobs:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: