Skip to content

Commit f2665b6

Browse files
authored
[3.13] Allow Android to fail CI (GH-143471) (GH-143473)
(cherry picked from commit efb4e6c)
1 parent e0e255e commit f2665b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ jobs:
597597
- build-macos
598598
- build-ubuntu
599599
- build-ubuntu-ssltests
600-
- build-android
601600
- build-wasi
602601
- test-hypothesis
603602
- build-asan
@@ -610,6 +609,7 @@ jobs:
610609
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
611610
with:
612611
allowed-failures: >-
612+
build-android,
613613
build-windows-msi,
614614
build-ubuntu-ssltests,
615615
test-hypothesis,

0 commit comments

Comments
 (0)