Skip to content

Commit

Permalink
ci: added neutral to allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 22, 2024
1 parent 0b909bf commit 4a266cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
wait-interval: 60 # seconds
running-workflow-name: "Build Package" # wait for all other checks to complete
allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient
allowed-conclusions: "success,neutral,skipped" # all other checks must pass, being skipped or cancelled is not sufficient

- name: "Git checkout"
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
Expand Down

0 comments on commit 4a266cd

Please sign in to comment.