chore: Deprecate aws-cloudwatch-metrics
in favor of moving to upstream repository
#426
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
paths: | |
- "**/*.tpl" | |
- "**/*.yaml" | |
workflow_dispatch: | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
if: github.repository == 'aws/eks-charts' | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- run: make install-toolchain | |
- run: make verify | |
- run: make package |