Skip to content

Commit

Permalink
merge to development (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 14, 2024
2 parents b5bef55 + fc2ecb2 commit 43a519b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ on:
repository_dispatch:
types: [ "trigger_deploy_release_event" ]

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false

env:
AWS_REGION: us-west-2 # set this to your preferred AWS region, e.g. us-west-1
AWS_REGION: us-west-2

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sbom-generate-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
build:
name: Generate-Submit-SBOM
runs-on: ubuntu-22.04
permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# branches: [ "development" ]
pull_request:
branches: [ "development" ]
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 43a519b

Please sign in to comment.