Skip to content

Commit

Permalink
fix(cd): check name
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 8, 2023
1 parent c6dd7f2 commit 4f4e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: ⏳ Wait for Continuous Integration
uses: lewagon/wait-on-check-action@v1.3.1
with:
check-name: "ci"
wait-interval: 10
check-name: "🧪 Continuous Integration"

ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4f4e15f

Please sign in to comment.