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 name: Rust CI
on: on:
workflow_dispatch:
pull_request: pull_request:
push: push:
branches: branches:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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