Skip to content

Commit

Permalink
fix: Rename workflow job from check to test
Browse files Browse the repository at this point in the history
Renamed the workflow job from `check` to `test` in the merge workflow.
  • Loading branch information
diareuse committed Dec 18, 2024
1 parent 757fe79 commit 77a5971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

merge:
runs-on: ubuntu-latest
needs: [ check, builds ]
needs: [ test, builds ]
permissions:
pull-requests: write
issues: write
Expand Down

0 comments on commit 77a5971

Please sign in to comment.