From 0cb1436772a4471465cc27196ffdf10d4dfb275c Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Sun, 16 Mar 2025 17:21:23 +0100 Subject: [PATCH] actions: lint-action workflow update linters worden enkel uitgevoerd op PRs die geen draft zijn --- .github/workflows/lint-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index b136a850..b8137275 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -11,7 +11,6 @@ on: pull_request: branches: - dev - types: [ready_for_review] # Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token @@ -22,6 +21,7 @@ permissions: jobs: run-linters: name: Run linters + if: '! github.event.pull_request.draft' runs-on: [self-hosted, Linux, X64] steps: