Skip to content

Commit

Permalink
Fix EC2 CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
  • Loading branch information
hanno-becker committed Sep 11, 2024
1 parent f08f335 commit e87b06b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e87b06b

Please sign in to comment.