Skip to content

Commit

Permalink
Disable Functions v2 and v3 Smoke Test at Branch dev (#3005)
Browse files Browse the repository at this point in the history
* initial commit

* disable

---------

Co-authored-by: Chris Gillum <[email protected]>
  • Loading branch information
nytian and cgillum authored Jan 16, 2025
1 parent ca44d7e commit 4763742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/smoketest-dotnet-v2.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/smoketest-dotnet-v3.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4763742

Please sign in to comment.