Skip to content

Commit a01f344

Browse files
committed
Fix
1 parent f0274cd commit a01f344

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
LATEST_NET_VERSION: '9.0.x'
17-
PathToCommunityToolkitBenchmarkCsproj: 'src/CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj'
17+
PathToCommunityToolkitBenchmarkCsproj: 'src/CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj'
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/dotnet-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ on:
1414
paths-ignore:
1515
- README.md
1616

17-
pr:
18-
autoCancel: 'true'
19-
branches:
20-
include:
21-
- main
22-
paths:
23-
exclude:
24-
- README.md
25-
2617
env:
2718
CurrentSemanticVersionBase: '99.0.0'
2819
PreviewNumber: $[counter(variables['CurrentSemanticVersionBase'], 1001)]

0 commit comments

Comments
 (0)