Skip to content

Commit e9e142c

Browse files
committed
chore: re-enable releases
1 parent 762c6d0 commit e9e142c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: chrispsheehan/terragrunt-aws-oidc-action@0.4.0
4343
with:
4444
aws_oidc_role_arn: ${{ env.AWS_OIDC_ROLE_ARN }}
45-
tg_directory: infra/live/${{inputs.environment}}/aws/oidc
45+
tg_directory: infra/live/${{ inputs.environment }}/aws/oidc
4646

4747
backend:
4848
needs:

.github/workflows/destroy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- dev
1212

1313
concurrency: # only run one instance of workflow at any one time
14-
group: ${{ github.workflow }}-${{inputs.environment}}
14+
group: ${{ github.workflow }}-${{ inputs.environment }}
1515
cancel-in-progress: false
1616

1717
permissions:
@@ -32,7 +32,7 @@ jobs:
3232
uses: chrispsheehan/terragrunt-aws-oidc-action@0.4.0
3333
with:
3434
aws_oidc_role_arn: ${{ env.AWS_OIDC_ROLE_ARN }}
35-
tg_directory: infra/live/${{inputs.environment}}/aws/jobs
35+
tg_directory: infra/live/${{ inputs.environment }}/aws/jobs
3636
tg_action: destroy
3737

3838
build:
@@ -46,5 +46,5 @@ jobs:
4646
uses: chrispsheehan/terragrunt-aws-oidc-action@0.4.0
4747
with:
4848
aws_oidc_role_arn: ${{ env.AWS_OIDC_ROLE_ARN }}
49-
tg_directory: infra/live/${{inputs.environment}}/aws/code_bucket
49+
tg_directory: infra/live/${{ inputs.environment }}/aws/code_bucket
5050
tg_action: destroy

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches:
7-
# - main
5+
push:
6+
branches:
7+
- main
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)