From 4551aeea961a06158e6558a579efeb605f70b5b0 Mon Sep 17 00:00:00 2001 From: Dowon Date: Fri, 8 Mar 2024 21:47:04 +0900 Subject: [PATCH] ci: remove 'if' --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 405efe5..3279467 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,6 @@ on: jobs: lint: runs-on: ubuntu-latest - if: github.repository == 'Bing-su/adetailer' || github.repository == '' steps: - uses: actions/checkout@v4