Skip to content

Commit d825796

Browse files
authored
Merge pull request #216990 from botantony/triage-ci
workflow/triage: do not add `no Linux bottle` label if ARM Linux bottle exists
2 parents 1f029e1 + 29f05cb commit d825796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
path: Formula/.+
106106
content: \n bottle do\n
107107
missing_content:
108-
- '\n sha256.* x86_64_linux: +"[a-fA-F0-9]+"\n'
108+
- '\n sha256.* (x86_64|arm64)_linux: +"[a-fA-F0-9]+"\n'
109109
- '\n sha256.* all: +"[a-fA-F0-9]+"\n'
110110
- depends_on :macos
111111

0 commit comments

Comments
 (0)