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
|
name: build oses
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 1"
|
- cron: "0 0 * * 1"
|
||||||
push:
|
push:
|
||||||
|
1
.github/workflows/bot.yml
vendored
1
.github/workflows/bot.yml
vendored
@@ -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:
|
||||||
|
1
.github/workflows/cassandra.yml
vendored
1
.github/workflows/cassandra.yml
vendored
@@ -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:
|
||||||
|
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@@ -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:
|
||||||
|
1
.github/workflows/erlang.yml
vendored
1
.github/workflows/erlang.yml
vendored
@@ -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:
|
||||||
|
3
.github/workflows/games.yml
vendored
3
.github/workflows/games.yml
vendored
@@ -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:
|
||||||
@@ -36,4 +37,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||||
|
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -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:
|
||||||
@@ -36,4 +37,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
|
||||||
|
3
.github/workflows/installers.yml
vendored
3
.github/workflows/installers.yml
vendored
@@ -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:
|
||||||
@@ -35,4 +36,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/installers:${{ matrix.tag }}
|
ghcr.io/parkervcp/installers:${{ matrix.tag }}
|
||||||
|
3
.github/workflows/java.yml
vendored
3
.github/workflows/java.yml
vendored
@@ -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:
|
||||||
@@ -40,4 +41,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
||||||
|
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@@ -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:
|
||||||
|
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
@@ -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:
|
||||||
@@ -37,4 +38,4 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
|
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
|
||||||
|
2
.github/workflows/voice.yml
vendored
2
.github/workflows/voice.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user