Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Sep 23, 2024
1 parent 00b5572 commit bce6e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/java-eks-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
schedule:
- cron: '*/15 * * * *' # run the workflow every 15 minutes
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand All @@ -20,10 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
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',
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
'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',
'us-east-1','us-east-2','us-west-1','us-west-2']
aws-region: ['us-east-1']
uses: ./.github/workflows/java-eks-retry.yml
secrets: inherit
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/java-sample-app-ecr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: Sample App Deployment - Java ECR
on:
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/java-sample-app-s3-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: Sample App Deployment - Java S3
on:
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down

0 comments on commit bce6e1c

Please sign in to comment.