ci: enable manual workflow dispatch

This commit is contained in:
Alex
2021-10-05 17:07:58 +03:00
parent 69afcac64c
commit c2d71fa988
12 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
name: build oses name: build oses
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build bot name: build bot
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build cassandra name: build cassandra
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,7 +1,6 @@
name: build dotnet name: build dotnet
on: on:
# Allows you to run this workflow manually from the Actions tab workflow_dispatch:
# workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build erlang name: build erlang
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build games name: build games
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build go name: build go
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build installers name: build installers
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build java name: build java
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build nodejs name: build nodejs
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,5 +1,6 @@
name: build python name: build python
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:

View File

@@ -1,6 +1,6 @@
name: build voice name: build voice
on: on:
# Allows you to run this workflow manually from the Actions tab workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push: