ci: enable manual workflow dispatch
This commit is contained in:
1
.github/workflows/base.yml
vendored
1
.github/workflows/base.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build oses
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/bot.yml
vendored
1
.github/workflows/bot.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build bot
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/cassandra.yml
vendored
1
.github/workflows/cassandra.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build cassandra
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: build dotnet
|
||||
on:
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
# workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/erlang.yml
vendored
1
.github/workflows/erlang.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build erlang
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/games.yml
vendored
1
.github/workflows/games.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build games
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build go
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/installers.yml
vendored
1
.github/workflows/installers.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build installers
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build java
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build nodejs
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build python
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
2
.github/workflows/voice.yml
vendored
2
.github/workflows/voice.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: build voice
|
||||
on:
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
|
Reference in New Issue
Block a user