diff --git a/.github/workflows/smoketest-dotnet-v2.yml b/.github/workflows/smoketest-dotnet-v2.yml index 2dc5c5417..3582f19f1 100644 --- a/.github/workflows/smoketest-dotnet-v2.yml +++ b/.github/workflows/smoketest-dotnet-v2.yml @@ -1,17 +1,7 @@ name: Smoke Test - .NET on Functions V2 on: - workflow_dispatch: - push: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV2/**' - pull_request: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV2/**' + {} jobs: build: diff --git a/.github/workflows/smoketest-dotnet-v3.yml b/.github/workflows/smoketest-dotnet-v3.yml index 4644c5df9..a02a5a409 100644 --- a/.github/workflows/smoketest-dotnet-v3.yml +++ b/.github/workflows/smoketest-dotnet-v3.yml @@ -1,17 +1,7 @@ name: Smoke Test - .NET on Functions V3 on: - workflow_dispatch: - push: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV3/**' - pull_request: - branches: [ main, dev ] - paths: - - 'src/**' - - 'test/SmokeTests/SmokeTestsV3/**' + {} jobs: build: