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 May 14, 2024
1 parent d4d9948 commit 8f4ca77
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 @@ -142,7 +142,7 @@ jobs:
ci:
name: CI status checks
runs-on: ubuntu-latest
needs: [check, test, valgrind]
needs: [check-labels, check, test, valgrind]
if: always()
steps:
- name: Check whether all jobs pass
Expand Down

0 comments on commit 8f4ca77

Please sign in to comment.