diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index b3599a98e10..2d4a4f58726 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main, ssa ] + branches: [ main ] jobs: github: diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 52d29fd8c57..482747542c6 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main, ssa ] + branches: [ main ] jobs: kind: diff --git a/tests/azure/README.md b/tests/azure/README.md index ccc3496dee9..80f99382ddc 100644 --- a/tests/azure/README.md +++ b/tests/azure/README.md @@ -30,14 +30,14 @@ Terraform instead of requiring it to be implemented in the test. The following tests are currently implemented: -[x] Flux can be successfully installed on AKS using the CLI e.g.: -[x] source-controller can clone Azure DevOps repositories (https+ssh) -[x] image-reflector-controller can list tags from Azure Container Registry image repositories -[x] kustomize-controller can decrypt secrets using SOPS and Azure Key Vault -[x] image-automation-controller can create branches and push to Azure DevOps repositories (https+ssh) -[x] notification-controller can send commit status to Azure DevOps -[x] notification-controller can forward events to Azure Event Hub -[x] source-controller can pull charts from Azure Container Registry Helm repositories +- [x] Flux can be successfully installed on AKS using the CLI e.g.: +- [x] source-controller can clone Azure DevOps repositories (https+ssh) +- [x] image-reflector-controller can list tags from Azure Container Registry image repositories +- [x] kustomize-controller can decrypt secrets using SOPS and Azure Key Vault +- [x] image-automation-controller can create branches and push to Azure DevOps repositories (https+ssh) +- [x] notification-controller can send commit status to Azure DevOps +- [x] notification-controller can forward events to Azure Event Hub +- [x] source-controller can pull charts from Azure Container Registry Helm repositories ## Give User Access