From e93ed6c20ee82da46bed586e1a75318aa55e048f Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 5 Dec 2024 17:48:15 +0000 Subject: [PATCH] workflows: linting: Add tdx labels The tdx runners got split into two different runners, so we need to update the known self-hosted runner labels Signed-off-by: stevenhorsman --- .github/actionlint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index dd49463130..d47dcc16dc 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -21,4 +21,5 @@ self-hosted-runner: - sev-snp - s390x - s390x-large - - tdx + - tdx-no-attestation + - tdx-attestation