Skip to content

Commit

Permalink
Use better names for GHA jobs (#736)
Browse files Browse the repository at this point in the history
* Use better names for GHA jobs

Signed-off-by: Pavol Loffay <[email protected]>

* Fix

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Feb 24, 2022
1 parent fc1eac8 commit 2777905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish images"
name: "Publish operator"

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
publish-containers:
publish:
name: Publish container images
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*'

jobs:
unit-tests:
release:
runs-on: ubuntu-20.04
steps:
- name: Set up Go
Expand Down

0 comments on commit 2777905

Please sign in to comment.