Skip to content

Commit

Permalink
fix broken links (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko authored Dec 11, 2024
1 parent 47fd5e8 commit f635a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributor/04-30-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The following CI jobs are part of the development cycle.
| [`Dispatch Gardener integration tests / Istio integration test GCP`](https://github.com/kyma-project/istio/blob/42d84359f5af55a1fe2d547eeb942d9780695cdd/.github/workflows/call-release-pr-integration-gardener.yaml#L27) | Executes the integration test suites for the Istio module on a GCP Gardener cluster. |
| [`Dispatch Gardener integration tests / Istio integration test AWS specific`](https://github.com/kyma-project/istio/blob/42d84359f5af55a1fe2d547eeb942d9780695cdd/.github/workflows/call-release-pr-integration-gardener.yaml#L66) | Executes the integration test suite specific for AWS Hyperscaler. |
| [`Dispatch Gardener integration tests / Istio integration test GCP specific`](https://github.com/kyma-project/istio/blob/42d84359f5af55a1fe2d547eeb942d9780695cdd/.github/workflows/call-release-pr-integration-gardener.yaml#L100) | Executes the integration test suite specific for GCP Hyperscaler. |
| [`Dispatch UI tests / Run UI tests`](https://github.com/kyma-project/istio/blob/69d101231ca10b0e882aed26d00d95f3dda4767d/.github/workflows/call-ui-tests.yaml#L7) | Runs UI tests for Busola extensions of the Istio module. |
| [`Dispatch verify-commit-pins / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/69d101231ca10b0e882aed26d00d95f3dda4767d/.github/workflows/call-verify-commit-pins.yaml#L7) | Verifies that all external actions are pinned to a commit. |
| [`Dispatch UI tests / Run UI tests`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-ui-tests.yaml#L8) | Runs UI tests for Busola extensions of the Istio module. |
| [`Dispatch verify-commit-pins / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-verify-commit-pins.yaml#L8) | Verifies that all external actions are pinned to a commit. |

## Pipelines Running on Merge to Main branch

Expand Down

0 comments on commit f635a88

Please sign in to comment.