File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 runs-on : ubuntu-24.04
7171 permissions :
7272 actions : write
73- # Skip if 8 and GPT or Kitten and MBR
74- if : ${{ ( inputs.gpt && inputs.version_major != '8' || inputs.mbr && inputs.version_major != '10-kitten' ) && ( inputs.console || inputs.gnome ) && ( inputs.mbr || inputs.gpt ) }}
73+ # Skip if 8- GPT, 10- Kitten-MBR, 10- MBR
74+ if : ${{ ( inputs.gpt && inputs.version_major != '8' ) || ( inputs.mbr && inputs.version_major != '10-kitten' && inputs.version_major != '10 ' ) && ( inputs.console || inputs.gnome ) && ( inputs.mbr || inputs.gpt ) }}
7575 strategy :
7676 fail-fast : false
7777 matrix :
@@ -103,7 +103,7 @@ jobs:
103103 aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
104104 aws_region : ${{ secrets.AWS_REGION }}
105105 # TODO: EC2_AMI_ID_AL9 (9-th AMI) should be used for Kitten 10 until appliance-tools isn't available
106- ec2_ami_id : ${{ secrets[format('EC2_AMI_ID_AL{0}', ( inputs.version_major == '10-kitten' && '9' || inputs.version_major ))] }}
106+ ec2_ami_id : ${{ secrets[format('EC2_AMI_ID_AL{0}', ( ( inputs.version_major == '10-kitten' || inputs.version_major == '10' ) && '9' || inputs.version_major ))] }}
107107 ec2_subnet_id : ${{ secrets.EC2_SUBNET_ID}}
108108 ec2_security_group_id : ${{ secrets.EC2_SECURITY_GROUP_ID }}
109109
You can’t perform that action at this time.
0 commit comments