1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-01 17:38:36 +00:00

chore(ci): enable-email-notifications: true on all workflows (#624)

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/624
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-06-30 08:55:10 +00:00 committed by earl-warren
parent dfb4cff2c7
commit d37ecf1fa3
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
7 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,8 @@ on:
- .forgejo/workflows/build-release.yml
- .forgejo/workflows/build-release-integration.yml
enable-email-notifications: true
jobs:
release-simulation:
runs-on: lxc-bookworm

View file

@ -15,6 +15,8 @@ on:
tags:
- 'v*'
enable-email-notifications: true
jobs:
release:
runs-on: lxc-bookworm

View file

@ -5,6 +5,9 @@ on:
- opened
- synchronize
- closed
enable-email-notifications: true
jobs:
cascade:
runs-on: docker

View file

@ -8,6 +8,8 @@ on:
- examples/docker-compose/**
- .forgejo/workflows/example-docker-compose.yml
enable-email-notifications: true
jobs:
example-docker-compose:
if: github.repository_owner != 'forgejo-integration' && github.repository_owner != 'forgejo-experimental' && github.repository_owner != 'forgejo-release'

View file

@ -8,6 +8,8 @@ on:
- examples/lxc-systemd/**
- .forgejo/workflows/example-lxc-systemd.yml
enable-email-notifications: true
env:
SERIAL: "30"
LIFETIME: "60"

View file

@ -19,6 +19,8 @@ on:
tags:
- 'v*'
enable-email-notifications: true
jobs:
publish:
runs-on: lxc-bookworm

View file

@ -5,6 +5,8 @@ on:
- 'main'
pull_request:
enable-email-notifications: true
env:
FORGEJO_HOST_PORT: 'forgejo:3000'
FORGEJO_ADMIN_USER: 'root'