From 0125e5be17eee3d864be7c4c2df2f3f2aea85b8d Mon Sep 17 00:00:00 2001 From: sachinh35 Date: Thu, 2 Oct 2025 11:59:17 +0200 Subject: [PATCH 1/2] Update build-targets.yaml --- .github/workflows/build-targets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-targets.yaml b/.github/workflows/build-targets.yaml index bc5b3b54..09f66870 100644 --- a/.github/workflows/build-targets.yaml +++ b/.github/workflows/build-targets.yaml @@ -1,4 +1,4 @@ -name: Build Code Editor Targets +name: Build Code Editor Targets11 on: push: branches: @@ -98,4 +98,4 @@ jobs: --namespace "GitHub/Workflows" \ --metric-name "ExecutionsFailed" \ --dimensions "Repository=${{ env.REPOSITORY }},Workflow=BuildTargets" \ - --value 1 \ No newline at end of file + --value 1 From 3c26ecdd84460fec75fccd727eb78dc0d7d0fe60 Mon Sep 17 00:00:00 2001 From: sachinh35 Date: Thu, 2 Oct 2025 12:01:14 +0200 Subject: [PATCH 2/2] Add a test file. --- test-file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-file.txt diff --git a/test-file.txt b/test-file.txt new file mode 100644 index 00000000..26bdedc3 --- /dev/null +++ b/test-file.txt @@ -0,0 +1 @@ +Hi there! \ No newline at end of file