Skip to content

Commit 1239baa

Browse files
Add workflow names (#200)
1 parent f7bdc47 commit 1239baa

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

.github/workflows/docker-build-corretto-slim.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Correto Build
2+
13
on:
24
push:
35
branches:

.github/workflows/docker-build-smoke-tests-fake-backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Smoke test build
12
on:
23
push:
34
branches:

.github/workflows/main-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Java Agent Main Build
12
on:
23
push:
34
branches:

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Nightly Snapshot Build
12
on:
23
schedule:
34
- cron: "21 3 * * *"

.github/workflows/pr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: PR Build
12
on:
23
pull_request:
34
branches:

.github/workflows/release-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Release Build
12
on:
23
workflow_dispatch:
34
inputs:

0 commit comments

Comments
 (0)