From e87b06bd1bf3d4be11204ed0a6608b6c41e3f38c Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 11 Sep 2024 12:16:07 +0100 Subject: [PATCH] Fix EC2 CI workflow Signed-off-by: Hanno Becker --- .github/workflows/ci_ec2_reusable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_ec2_reusable.yml b/.github/workflows/ci_ec2_reusable.yml index 14cfc10f5..53afe94e1 100644 --- a/.github/workflows/ci_ec2_reusable.yml +++ b/.github/workflows/ci_ec2_reusable.yml @@ -29,13 +29,13 @@ on: description: Indicates if instance should always be terminated, even on failure default: 'true' functest: - type: boolean + type: string default: 'true' lint: - type: boolean + type: string default: 'true' cbmc: - type: boolean + type: string default: 'false' env: AWS_ROLE: arn:aws:iam::559050233797:role/mlkem-c-aarch64-gh-action