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 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