Skip to content

Commit

Permalink
chore: revert change for skipping linting commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Jan 4, 2024
1 parent 7895bb9 commit b877ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

0 comments on commit b877ebd

Please sign in to comment.