Remove ansible-lint on push, keep PR-only

Lint already runs on pull_request — no need to double up on push to main.
This commit is contained in:
Rasmus Wejlgaard 2026-03-29 20:10:34 +00:00
parent 9d4e264a5b
commit 7f5cbf83c3

View file

@ -1,10 +1,6 @@
name: Lint Ansible name: Lint Ansible
on: on:
push:
paths:
- 'ansible/**'
- '.github/workflows/lint-ansible.yml'
pull_request: pull_request:
paths: paths:
- 'ansible/**' - 'ansible/**'