We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e4035 commit 4b76998Copy full SHA for 4b76998
.github/workflows/dotnet-ec2-canary.yml
@@ -26,14 +26,3 @@ jobs:
26
with:
27
aws-region: ${{ matrix.aws-region }}
28
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test'
29
-
30
- nuget:
31
- strategy:
32
- fail-fast: false
33
- matrix:
34
- aws-region: [ 'us-east-2']
35
- uses: ./.github/workflows/dotnet-ec2-nuget-retry.yml
36
- secrets: inherit
37
- with:
38
- aws-region: ${{ matrix.aws-region }}
39
- caller-workflow-name: 'appsignals-dotnet-e2e-ec2-nuget-canary-test'
0 commit comments