Skip to content

Commit

Permalink
Updated aks/tomcat/README.md workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 17, 2025
1 parent 6d71c3e commit d26d94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKFLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
| Azure App Configuration examples | Create an App Configuration | [![README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_create_README_md.yml) | 0 14 * * 4 |
| | Add a key-value pair to an App Configuration | [![README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_add-key-value_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_add-key-value_README_md.yml) | 0 15 * * 4 |
| Azure Kubernetes Service examples | Deploy Wildfly | [![aks/wildfly/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_wildfly_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_wildfly_README_md.yml) | 0 16 * * 4 |
| | Deploy Tomcat | [![aks/tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml) | 0 18 * * 4 |
| | Deploy a Spring Boot application | [![aks/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml) | 0 19 * * 4 |
-->

Expand Down Expand Up @@ -123,7 +122,8 @@
| [Update your AKS cluster to use your ACR](aks/use-your-acr/README.md) | [![aks/use-your-acr/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_use-your-acr_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_use-your-acr_README_md.yml) | 0 2 * * 2 | Week 3 |
| [Deploy a GraalVM application](aks/graalvm/README.md) | [![aks/graalvm/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_graalvm_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_graalvm_README_md.yml) | 0 3 * * 2 | Week 4 |
| Azure Container Apps examples
| [Deploy a Spring Boot application](containerapp/springboot/README.md) | [![containerapp/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml) | 0 1 * * 1 |
| [Deploy a Spring Boot application](containerapp/springboot/README.md) | [![containerapp/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_springboot_README_md.yml) | 0 4 * * 2 |
| [Deploy Tomcat](aks/tomcat/README.md) | [![aks/tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_tomcat_README_md.yml) | 0 5 * * 2 |
| Azure Functions examples
| [Deploy a Cosmos DB output Function](functionapp/cosmosdb-output/README.md) | [![functionapp/cosmosdb-output/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/functionapp_cosmosdb-output_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/functionapp_cosmosdb-output_README_md.yml) | 0 1 * * 4 |
| [Deploy a Hello World Function](functionapp/helloworld/README.md) | [![functionapp/helloworld/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/functionapp_helloworld_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/functionapp_helloworld_README_md.yml) | 0 2 * * 4 |
Expand Down
2 changes: 1 addition & 1 deletion aks/tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Prerequisites

<!-- workflow.cron(0 18 * * 4) -->
<!-- workflow.cron(0 5 * * 2) -->
<!-- workflow.include(../create-kube-config/README.md) -->
<!-- workflow.include(../../acr/tomcat/README.md) -->
<!-- workflow.include(../use-your-acr/README.md) -->
Expand Down

0 comments on commit d26d94c

Please sign in to comment.