Skip to content

Commit

Permalink
chore(gh verify commit workflow): add skip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Jan 9, 2024
1 parent 1bae4fd commit 4dea52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dhis2-verify-commits.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

lint-commits:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, '[skip commit-lint]') }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4dea52d

Please sign in to comment.