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 26, 2024
1 parent 0299710 commit db2f1fe
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 @@ -8,8 +8,8 @@ on:
- 'github-renovate/**'
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
# lint-commit-messages:
# uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
build:
Expand All @@ -32,7 +32,7 @@ jobs:
RENOVATE_REPOSITORIES: '["vidavidorra/renovate"]'
release:
needs:
- lint-commit-messages
# - lint-commit-messages
- lint
- build
- test
Expand Down

0 comments on commit db2f1fe

Please sign in to comment.