Skip to content

Commit

Permalink
Add echo step to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Apr 22, 2024
1 parent 4a2cf94 commit 5354e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [build-iso, build-frontend, build-controller]
steps:
- run: echo "Build successful"

0 comments on commit 5354e00

Please sign in to comment.