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:
parent
dfb4cff2c7
commit
d37ecf1fa3
7 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -15,6 +15,8 @@ on:
|
|||
tags:
|
||||
- 'v*'
|
||||
|
||||
enable-email-notifications: true
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: lxc-bookworm
|
||||
|
|
|
@ -5,6 +5,9 @@ on:
|
|||
- opened
|
||||
- synchronize
|
||||
- closed
|
||||
|
||||
enable-email-notifications: true
|
||||
|
||||
jobs:
|
||||
cascade:
|
||||
runs-on: docker
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -8,6 +8,8 @@ on:
|
|||
- examples/lxc-systemd/**
|
||||
- .forgejo/workflows/example-lxc-systemd.yml
|
||||
|
||||
enable-email-notifications: true
|
||||
|
||||
env:
|
||||
SERIAL: "30"
|
||||
LIFETIME: "60"
|
||||
|
|
|
@ -19,6 +19,8 @@ on:
|
|||
tags:
|
||||
- 'v*'
|
||||
|
||||
enable-email-notifications: true
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: lxc-bookworm
|
||||
|
|
|
@ -5,6 +5,8 @@ on:
|
|||
- 'main'
|
||||
pull_request:
|
||||
|
||||
enable-email-notifications: true
|
||||
|
||||
env:
|
||||
FORGEJO_HOST_PORT: 'forgejo:3000'
|
||||
FORGEJO_ADMIN_USER: 'root'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue