From 2ce01162c08e9b251b2efb69174eb094bbd01eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 15 Oct 2024 11:24:32 +0200 Subject: [PATCH] :seedling: Always lint and verify in GithubActions. (#1490) --- .github/workflows/pr-lint.yml | 1 - .github/workflows/pr-verify.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index f1c498b5b..bf149e6cc 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -20,7 +20,6 @@ on: # yamllint disable-line rule:truthy jobs: pr-lint: name: "Lint Pull Request" - if: github.event_name != 'pull_request_target' runs-on: ubuntu-latest container: image: ghcr.io/syself/caph-builder:1.0.20 diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 230f78779..23ea22ddd 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -7,7 +7,6 @@ jobs: pr-verify: runs-on: ubuntu-latest name: Verify Pull Request - if: github.event_name != 'pull_request_target' steps: - name: Verifier action id: verifier