Skip to content

Commit

Permalink
Add workflow names (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Aug 22, 2022
1 parent f7bdc47 commit 1239baa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-corretto-slim.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Correto Build

on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Smoke test build
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Java Agent Main Build
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-upstream-snapshot-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Nightly Snapshot Build
on:
schedule:
- cron: "21 3 * * *"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: PR Build
on:
pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release Build
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 1239baa

Please sign in to comment.