Skip to content

Commit

Permalink
Disable parametric scenario on dev/.NET (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Dec 13, 2024
1 parent 2a8642d commit bffbb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-parametric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
parametric:
runs-on:
group: "APM Larger Runners"
if: ${{ inputs.binaries_artifact == '' || inputs.library != 'dotnet' }} # .NET is broken in main
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bffbb61

Please sign in to comment.