Skip to content

Commit 554cc4d

Browse files
committed
another change
1 parent 2873c16 commit 554cc4d

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/dotnet-ec2-canary.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
name: Dotnet EC2 Enablement Canary Testing
99
on:
1010
workflow_dispatch: # be able to run the workflow on demand
11-
schedule:
12-
- cron: '2,27 * * * *' # run the workflow at 2nd and 27th minute of every hour
1311

1412
permissions:
1513
id-token: write
@@ -20,23 +18,9 @@ jobs:
2018
strategy:
2119
fail-fast: false
2220
matrix:
23-
aws-region: ['af-south-1','ap-east-1','ap-northeast-1','ap-northeast-2','ap-northeast-3','ap-south-1','ap-south-2','ap-southeast-1',
24-
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
25-
'eu-south-1','eu-south-2','eu-west-1','eu-west-2','eu-west-3','il-central-1','me-central-1','me-south-1', 'sa-east-1',
26-
'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
21+
aws-region: ['us-east-1']
2722
uses: ./.github/workflows/dotnet-ec2-default-retry.yml
2823
secrets: inherit
2924
with:
3025
aws-region: ${{ matrix.aws-region }}
31-
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test'
32-
33-
nuget:
34-
strategy:
35-
fail-fast: false
36-
matrix:
37-
aws-region: [ 'us-east-1']
38-
uses: ./.github/workflows/dotnet-ec2-nuget-retry.yml
39-
secrets: inherit
40-
with:
41-
aws-region: ${{ matrix.aws-region }}
42-
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-nuget-canary-test'
26+
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test'

0 commit comments

Comments
 (0)