From 85794e151fad1e1f0aa08e54a26c7478209d492f Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 4 Oct 2024 11:24:44 +0100 Subject: [PATCH] Labels for self hosted runners --- .github/linters/actionlint.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/linters/actionlint.yaml diff --git a/.github/linters/actionlint.yaml b/.github/linters/actionlint.yaml new file mode 100644 index 00000000..b45240a3 --- /dev/null +++ b/.github/linters/actionlint.yaml @@ -0,0 +1,5 @@ +self-hosted-runner: + # Labels of self-hosted runner in array of string + labels: + - build + - deploy \ No newline at end of file