diff --git a/.github/workflows/test_ipSets.yml b/.github/workflows/test_ipSets.yml index f0006b19..40d3e005 100644 --- a/.github/workflows/test_ipSets.yml +++ b/.github/workflows/test_ipSets.yml @@ -9,6 +9,8 @@ permissions: id-token: write contents: read +concurrency: ci-${{ github.ref }} + on: push: branches: @@ -20,7 +22,7 @@ on: - reopened branches: - "**" - + jobs: deploy_production_main: name: Test and deploy IpSet Firewall diff --git a/.github/workflows/test_onlymanagedrulegroups.yml b/.github/workflows/test_onlymanagedrulegroups.yml index dd73d1ad..0fc4f91e 100644 --- a/.github/workflows/test_onlymanagedrulegroups.yml +++ b/.github/workflows/test_onlymanagedrulegroups.yml @@ -9,6 +9,8 @@ permissions: id-token: write contents: read +concurrency: ci-${{ github.ref }} + on: push: branches: diff --git a/.github/workflows/test_regexPatternSets.yml b/.github/workflows/test_regexPatternSets.yml index 90430aaf..6394933a 100644 --- a/.github/workflows/test_regexPatternSets.yml +++ b/.github/workflows/test_regexPatternSets.yml @@ -9,6 +9,8 @@ permissions: id-token: write contents: read +concurrency: ci-${{ github.ref }} + on: push: branches: diff --git a/Taskfile.yml b/Taskfile.yml index ff7f0086..059d8598 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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