From 7f5cbf83c3cde813439275952d005a9c111e8747 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sun, 29 Mar 2026 20:10:34 +0000 Subject: [PATCH] Remove ansible-lint on push, keep PR-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lint already runs on pull_request — no need to double up on push to main. --- .github/workflows/lint-ansible.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint-ansible.yml b/.github/workflows/lint-ansible.yml index 46804d3..5d18ee2 100644 --- a/.github/workflows/lint-ansible.yml +++ b/.github/workflows/lint-ansible.yml @@ -1,10 +1,6 @@ name: Lint Ansible on: - push: - paths: - - 'ansible/**' - - '.github/workflows/lint-ansible.yml' pull_request: paths: - 'ansible/**'