Skip to content

Commit 1e661b6

Browse files
committed
Stop warnings about android-large-runner
1 parent 108287e commit 1e661b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actionlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
self-hosted-runner:
2+
labels:
3+
# Stops incorrect warning of android-large-runner being used
4+
- android-large-runner

.github/workflows/validate_workflows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
github_token: ${{ secrets.GT_DAXMOBILE }}
2727
reporter: github-pr-review
2828
level: warning
29-
fail_level: warning
29+
fail_level: warning
30+
actionlint_flags: -config=.github/actionlint.yaml

0 commit comments

Comments
 (0)