File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ jobs:
118118 rmz -f /opt/hostedtoolcache/Ruby &
119119 rmz -f /opt/hostedtoolcache/go &
120120
121- if ${{ github.repository }} == 'terraform-aws-modules/terraform-aws-security-group';
122- then
121+ if [[ ${{ github.repository }} == terraform-aws-modules/terraform-aws-security-group ]]; then
123122 sudo rmz -f /usr/local/lib/android &
124123 sudo rmz -f /usr/share/dotnet &
125124 sudo rmz -f /usr/local/.ghcup &
@@ -141,6 +140,11 @@ jobs:
141140 id : minMax
142141143142
143+ - name : Hide template dir
144+ # Special to this repo, we don't want to check this dir
145+ if : ${{ github.repository == 'terraform-aws-modules/terraform-aws-security-group' }}
146+ run : rm -rf modules/_templates
147+
144148 - name : Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
145149 uses :
clowdhaus/terraform-composite-actions/[email protected] 146150 with :
You can’t perform that action at this time.
0 commit comments