Skip to content

Commit 4fa2970

Browse files
committed
Run CI on PR
1 parent ea96306 commit 4fa2970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'v[0-9]+.[0-9]+.[0-9]+-*'
1111
branches:
1212
- '**'
13+
pull_request: ~
1314

1415
jobs:
1516
qa:
@@ -29,7 +30,6 @@ jobs:
2930
with:
3031
image_name: ${{ vars.IMAGE_NAME }}
3132
aws_role_arn: ${{ vars.AWS_ROLE_ARN }}
32-
aws_ecr_alias: ${{ vars.AWS_ECR_ALIAS }}
33-
permissions:
33+
aws_ecr_alias: ${{ vars.AWS_ECR_ALIAS }}s
3434
id-token: write
3535
contents: read

0 commit comments

Comments
 (0)