From b877ebd7e934a340dfaf208cb6de23898a3d5e7a Mon Sep 17 00:00:00 2001 From: Mozafar Haider Date: Thu, 4 Jan 2024 13:28:48 +0000 Subject: [PATCH] chore: revert change for skipping linting commits --- .github/workflows/dhis2-verify-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dhis2-verify-commits.yml b/.github/workflows/dhis2-verify-commits.yml index e55c9144..2888ef16 100644 --- a/.github/workflows/dhis2-verify-commits.yml +++ b/.github/workflows/dhis2-verify-commits.yml @@ -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: