Skip to content

Commit

Permalink
chore: ci-cd wait-on-check
Browse files Browse the repository at this point in the history
  • Loading branch information
eriestrisnadi authored Jan 29, 2025
1 parent 1fda9d8 commit 9f58573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
running-workflow-name: 'Test & Coverage'
running-workflow-name: 'Publish distribution to PyPI'
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-regexp: Test\s&\sCoverage\son\sPython.
wait-interval: 10
allowed-conclusions: success
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 9f58573

Please sign in to comment.