Skip to content

Commit

Permalink
fix: add check-labels job to ci status check
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jul 29, 2024
1 parent 4e439dc commit a8fa14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
ci:
name: CI status checks
runs-on: ubuntu-latest
needs: [check, test, valgrind, typos]
needs: [check-labels, check, test, valgrind, typos]
if: always()
steps:
- name: Check whether all jobs pass
Expand Down

0 comments on commit a8fa14d

Please sign in to comment.