fix: correct offering count tracking in cost controller re-add path (… #15
This file contains hidden or 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: kind-e2e | |
| on: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| kind-e2e: | |
| permissions: | |
| issues: write | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| k8sVersion: ["1.29.x", "1.30.x", "1.31.x", "1.32.x", "1.33.x", "1.34.x", "1.35.x"] | |
| uses: ./.github/workflows/e2e.yaml | |
| with: | |
| k8s_version: ${{ matrix.k8sVersion }} | |
| suite: "Regression" |