Skip to content

Commit

Permalink
Fix ignore pattern in summary workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jul 19, 2024
1 parent b29ca91 commit 7a40eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: poseidon/wait-for-status-checks@v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: codecov/*
ignore_pattern: ^codecov/.+

0 comments on commit 7a40eec

Please sign in to comment.