From aa9545454d27410a7f4f6b267b01a6cb7267a3e3 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 --- .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