Skip to content

Commit

Permalink
finalize: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Aug 15, 2024
1 parent 6da5666 commit b9e4194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

publish:
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
name: Publish operator image
name: Build and publish operator image
runs-on: ubuntu-latest
needs: build
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
test:
name: unit and integration tests
name: Lint, test, build and test-e2e with KinD
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit b9e4194

Please sign in to comment.