From ee8456854085008dd44d9427e5a7a7ac16bff9f9 Mon Sep 17 00:00:00 2001 From: Pat Losoponkul Date: Wed, 22 May 2024 17:12:52 +0700 Subject: [PATCH] revert: linter is not skipped Signed-off-by: Pat Losoponkul --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 51fba461bf..e1e6eead0b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,8 +20,6 @@ jobs: runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, '[skip ci]') }} - permissions: contents: write issues: write