1010  schedule :
1111    - cron : ' */15 * * * *'   #  run the workflow every 15 minutes
1212  workflow_dispatch : #  be able to run the workflow on demand
13+   push :
14+     " dotnet-windows-eks" 
1315
1416concurrency :
1517  group : ${{ github.workflow }} 
@@ -21,20 +23,20 @@ permissions:
2123
2224
2325jobs :
24-   eks :
25-     strategy :
26-       fail-fast : false 
27-       matrix :
28-         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', 
29-                      ' ap-southeast-2' ,'ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1', 
30-                      ' 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', 
31-                      ' us-east-1' ,'us-east-2', 'us-west-1', 'us-west-2'] 
32-     uses : ./.github/workflows/dotnet-eks-retry.yml 
33-     secrets : inherit 
34-     with :
35-       aws-region : ${{ matrix.aws-region }} 
36-       test-cluster-name : ' e2e-dotnet-canary-test' 
37-       caller-workflow-name : ' appsignals-dotnet-e2e-eks-canary-test' 
26+ #   eks:
27+ #     strategy:
28+ #       fail-fast: false
29+ #       matrix:
30+ #         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',
31+ #                      'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
32+ #                      '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',
33+ #                      'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
34+ #     uses: ./.github/workflows/dotnet-eks-retry.yml
35+ #     secrets: inherit
36+ #     with:
37+ #       aws-region: ${{ matrix.aws-region }}
38+ #       test-cluster-name: 'e2e-dotnet-canary-test'
39+ #       caller-workflow-name: 'appsignals-dotnet-e2e-eks-canary-test'
3840
3941  eks-windows :
4042    strategy :
0 commit comments