Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit ae92e62

Browse files
Allow neutral conclusion in publishing check (#4321)
It's possible for jobs to conclude in a "neutral" state; see https://github.com/flutter/plugins/runs/3534917860 for instance. Currently this causes "release" to be red when it shouldn't be.
1 parent 3a38cd0 commit ae92e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
running-workflow-name: 'release'
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838
wait-interval: 180 # seconds
39-
allowed-conclusions: success
39+
allowed-conclusions: success,neutral
4040
# verbose:true will produce too many logs that hang github actions web UI.
4141
verbose: false
4242

0 commit comments

Comments
 (0)