Skip to content

Commit 5b2d440

Browse files
authored
chore: workflows (#230)
1 parent b7140a1 commit 5b2d440

6 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: "AEGS: CI"
22

33
on:
44
pull_request:
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
build-and-test:
28-
name: Build & Test (${{ matrix.os }})
28+
name: "AEGS: Build & Test (${{ matrix.os }})"
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
fail-fast: false

.github/workflows/codeql.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Security Analysis
1+
name: "AEGS: CodeQL Security Analysis"
22

33
on:
44
workflow_dispatch:
55
push:
66
branches:
77
- master
88
- main
9-
- "release-please--**"
109
pull_request:
1110
branches: [master, main]
1211
schedule:
@@ -30,7 +29,7 @@ env:
3029

3130
jobs:
3231
codeql:
33-
name: CodeQL (C#)
32+
name: "AEGS: CodeQL"
3433
runs-on: ubuntu-latest
3534

3635
steps:
@@ -63,7 +62,7 @@ jobs:
6362
category: "/language:csharp"
6463

6564
dockerfile:
66-
name: Dockerfile (Hadolint)
65+
name: "AEGS: Hadolint"
6766
runs-on: ubuntu-latest
6867

6968
steps:
@@ -86,7 +85,7 @@ jobs:
8685
category: dockerfile
8786

8887
actions:
89-
name: GitHub Actions (actionlint)
88+
name: "AEGS: Actionlint"
9089
runs-on: ubuntu-latest
9190

9291
steps:

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Release
1+
name: "AEGS: Docker Release"
22

33
on:
44
release:
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
build-and-push:
28-
name: Build and Push Docker Images
28+
name: "AEGS: Docker Build & Push"
2929
runs-on: ubuntu-latest
3030

3131
steps:

.github/workflows/nuget-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NuGet Release
1+
name: "AEGS: NuGet Release"
22

33
on:
44
release:
@@ -29,7 +29,7 @@ env:
2929

3030
jobs:
3131
publish-nuget:
32-
name: Publish to NuGet
32+
name: "AEGS: Publish to NuGet"
3333
runs-on: ubuntu-latest
3434

3535
steps:

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Please
1+
name: "AEGS: Release Please"
22

33
on:
44
push:
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
release-please:
16-
name: Release Please
16+
name: "AEGS: Release Please"
1717
runs-on: ubuntu-latest
1818
outputs:
1919
release_created: ${{ steps.release.outputs.release_created }}
@@ -29,7 +29,7 @@ jobs:
2929
manifest-file: .github/.release-please-manifest.json
3030

3131
trigger-release-workflows:
32-
name: Trigger Release Workflows
32+
name: "AEGS: Trigger Release Workflows"
3333
needs: release-please
3434
if: needs.release-please.outputs.release_created == 'true'
3535
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: "AEGS: Release"
22

33
on:
44
release:
@@ -31,7 +31,7 @@ env:
3131

3232
jobs:
3333
build-test-publish:
34-
name: Build (${{ matrix.runtime }})
34+
name: "AEGS: Build (${{ matrix.runtime }})"
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
fail-fast: false

0 commit comments

Comments
 (0)