Skip to content

Commit

Permalink
Update GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 18, 2024
1 parent b1100e3 commit c0bbd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
build:
name: Build, Unit tests and Integration tests
name: Build and Test ${{ matrix.project }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
kustomize build ${{ matrix.project }}/k8s | kubeconform --strict -
package:
name: Package and Publish container images
name: Package and Publish ${{ matrix.project }}
if: ${{ github.ref == 'refs/heads/main' }}
needs: [ build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0bbd6a

Please sign in to comment.