Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Oct 13, 2023
1 parent d850e31 commit a0e8e7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_ipSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:
id-token: write
contents: read

concurrency: ci-${{ github.ref }}

on:
push:
branches:
Expand All @@ -20,7 +22,7 @@ on:
- reopened
branches:
- "**"

jobs:
deploy_production_main:
name: Test and deploy IpSet Firewall
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_onlymanagedrulegroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:
id-token: write
contents: read

concurrency: ci-${{ github.ref }}

on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_regexPatternSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:
id-token: write
contents: read

concurrency: ci-${{ github.ref }}

on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks:
cdkdestroy:
desc: CDK Destroy
cmds:
- cdk destroy --require-approval never
- cdk destroy --require-approval never --force
vars:
ACCOUNT:
sh: aws sts get-caller-identity |jq -r .Account
Expand Down

0 comments on commit a0e8e7f

Please sign in to comment.