From f59d3e8161e7330bdc7a420440f3394c2c1c48e9 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Wed, 14 Jun 2023 16:29:52 +0200 Subject: [PATCH] chore: add label to actionlint.yaml --- .github/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 341c4dbe737..963a389f411 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,3 +1,3 @@ self-hosted-runner: # Labels of self-hosted runner in array of string - labels: [custom, small, medium, large, xl] + labels: [custom, small, medium, large, xl, custom-linux-medium]