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
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,6 @@
name: build games
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -36,4 +37,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}

View File

@@ -1,5 +1,6 @@
name: build go
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -36,4 +37,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:go_${{ matrix.tag }}

View File

@@ -1,5 +1,6 @@
name: build installers
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -35,4 +36,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/installers:${{ matrix.tag }}
ghcr.io/parkervcp/installers:${{ matrix.tag }}

View File

@@ -1,5 +1,6 @@
name: build java
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -40,4 +41,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}

View File

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

View File

@@ -1,5 +1,6 @@
name: build python
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
push:
@@ -37,4 +38,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}
ghcr.io/parkervcp/yolks:python_${{ matrix.tag }}

View File

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