Skip to content

Commit

Permalink
ci: temporary disable lint-commit-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 25, 2024
1 parent 83d5852 commit e4cf8ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- renovate/**
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
# lint-commit-messages:
# uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
build:
Expand All @@ -26,7 +26,7 @@ jobs:
release:
uses: vidavidorra/.github/.github/workflows/release.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
needs:
- lint-commit-messages
# - lint-commit-messages
- lint
- build
- test
Expand Down

0 comments on commit e4cf8ce

Please sign in to comment.