This commit is contained in:
Greyscale 2023-03-01 14:51:48 +01:00
parent 7a5fb28f53
commit 9bde5c8c9f
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
7 changed files with 10 additions and 2 deletions

View file

@ -13,9 +13,10 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:
wordpress-build:
build:
name: "Bake Laravel Container"
runs-on: self-hosted
steps:

View file

@ -13,6 +13,7 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:

View file

@ -13,6 +13,7 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:
MQTT-build:

View file

@ -13,6 +13,7 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:
node-build-flavours:

View file

@ -7,6 +7,8 @@ on:
pull_request:
branches:
- '!dependabot/**'
workflow_dispatch:
jobs:
octoprint-build:
name: "Bake Octoprint"

View file

@ -13,6 +13,7 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:
redis-build:

View file

@ -13,9 +13,10 @@ on:
branches: [ 'master', 'feature/**' ]
types:
- completed
workflow_dispatch:
jobs:
wordpress-build:
build:
name: "Bake Wordpress Container"
runs-on: self-hosted
steps: