Skip to content

pause cicd

pause cicd #28

Workflow file for this run

# name: Apply Kubernetes manifests
# on:
# workflow_call:
# jobs:
# apply-k8s:
# name: Apply Kubernetes manifests
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Setup JDK 17
# uses: actions/setup-java@v3
# with:
# distribution: 'corretto'
# java-version: 17
# - name: Apply Kubernetes manifests
# run: |
# kubectl apply -f ./.github/workflows/K8S