From ef137039a5d3c4a17b44ccec7b22faa46acc4252 Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Tue, 17 Oct 2023 10:27:50 -0700 Subject: [PATCH 1/2] test cahnges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acbc809..95feab67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Project Radius Samples +# Radius Project Samples This repository contains the source code for quickstarts, reference apps, and tutorials for Project Radius. @@ -21,3 +21,4 @@ The current repository offers a codespace setup with Radius and its dependencies | **eshop** | A Rad-ified version of eShop on Containers, the .NET reference app | **eshop-dapr** | A Rad-ified version of eShop on Dapr | **volumes** | An app to interact with mounted volumes +|**test-entry**| test From 98fd7cd0c86928b67251a85ebede7e2750f681e7 Mon Sep 17 00:00:00 2001 From: nithyatsu Date: Tue, 17 Oct 2023 12:57:30 -0700 Subject: [PATCH 2/2] test --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 272810c1..5f7e991e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,6 +12,10 @@ on: - edge - v*.* +permissions: + contents: read + packages: write + concurrency: group: build-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true