Skip to content

Commit da922c8

Browse files
committed
ci: add Bitrise pool labels to actionlint config
Register bitrise_pool_name:DemoFA and bitrise_pool_name:DemoFAXL as known self-hosted runner labels so actionlint does not reject them.
1 parent 92a5277 commit da922c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actionlint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ self-hosted-runner:
1515
- "ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg"
1616
- "ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-xl"
1717
- "low-priority"
18+
- "bitrise_pool_name:DemoFA"
19+
- "bitrise_pool_name:DemoFAXL"
1820

1921
# Configuration variables in array of strings defined in your repository or
2022
# organization. `null` means disabling configuration variables check.

0 commit comments

Comments
 (0)