Skip to content

Commit

Permalink
build(ci): 'ci' job does not need commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Jan 27, 2024
1 parent d1c59f8 commit 3d0ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# If we were to use those checks as required checks, we would have to occasionally bump them.
# This job allows us to have a single check that we don't have to bump.
ci:
needs: [commitlint, test]
needs: test
runs-on: ubuntu-latest
steps:
- run: exit 0
Expand Down

0 comments on commit 3d0ae58

Please sign in to comment.