Skip to content

Commit 6b836ca

Browse files
authored
[3.14] Allow Android to fail CI (GH-143471) (GH-143472)
(cherry picked from commit efb4e6c)
1 parent 9f91278 commit 6b836ca

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
@@ -671,7 +671,6 @@ jobs:
671671
- build-macos
672672
- build-ubuntu
673673
- build-ubuntu-ssltests
674-
- build-android
675674
- build-ios
676675
- build-wasi
677676
- test-hypothesis
@@ -686,6 +685,7 @@ jobs:
686685
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
687686
with:
688687
allowed-failures: >-
688+
build-android,
689689
build-windows-msi,
690690
build-ubuntu-ssltests,
691691
test-hypothesis,

0 commit comments

Comments
 (0)