mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +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.yml
|
||||||
- .forgejo/workflows/build-release-integration.yml
|
- .forgejo/workflows/build-release-integration.yml
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-simulation:
|
release-simulation:
|
||||||
runs-on: lxc-bookworm
|
runs-on: lxc-bookworm
|
||||||
|
|
|
@ -15,6 +15,8 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: lxc-bookworm
|
runs-on: lxc-bookworm
|
||||||
|
|
|
@ -5,6 +5,9 @@ on:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
- closed
|
- closed
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cascade:
|
cascade:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -8,6 +8,8 @@ on:
|
||||||
- examples/docker-compose/**
|
- examples/docker-compose/**
|
||||||
- .forgejo/workflows/example-docker-compose.yml
|
- .forgejo/workflows/example-docker-compose.yml
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
example-docker-compose:
|
example-docker-compose:
|
||||||
if: github.repository_owner != 'forgejo-integration' && github.repository_owner != 'forgejo-experimental' && github.repository_owner != 'forgejo-release'
|
if: github.repository_owner != 'forgejo-integration' && github.repository_owner != 'forgejo-experimental' && github.repository_owner != 'forgejo-release'
|
||||||
|
|
|
@ -8,6 +8,8 @@ on:
|
||||||
- examples/lxc-systemd/**
|
- examples/lxc-systemd/**
|
||||||
- .forgejo/workflows/example-lxc-systemd.yml
|
- .forgejo/workflows/example-lxc-systemd.yml
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SERIAL: "30"
|
SERIAL: "30"
|
||||||
LIFETIME: "60"
|
LIFETIME: "60"
|
||||||
|
|
|
@ -19,6 +19,8 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: lxc-bookworm
|
runs-on: lxc-bookworm
|
||||||
|
|
|
@ -5,6 +5,8 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
enable-email-notifications: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORGEJO_HOST_PORT: 'forgejo:3000'
|
FORGEJO_HOST_PORT: 'forgejo:3000'
|
||||||
FORGEJO_ADMIN_USER: 'root'
|
FORGEJO_ADMIN_USER: 'root'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue