Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…izations-infra into IT-3317-dev-only
  • Loading branch information
brucehoff committed Jan 25, 2024
2 parents 0dfc927 + 5420aec commit 4ccb222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
pull_request:
branches: ['*']
push:
branches: ['*']
branches: ['master']

# Ensures that only one deploy task per branch/environment will run at a time.
concurrency: ci-${{ github.ref }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

jobs:
pre-commit:
Expand Down
1 change: 1 addition & 0 deletions org-formation/700-aws-sso/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ SsoS3Viewer:
permissionSetName: 'S3Viewer'
managedPolicies:
- 'arn:aws:iam::aws:policy/job-function/ViewOnlyAccess'
- 'arn:aws:iam::aws:policy/CloudWatchReadOnlyAccess'
- 'arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess'
sessionDuration: 'PT12H'
masterAccountId: !Ref MasterAccount
Expand Down

0 comments on commit 4ccb222

Please sign in to comment.