refactor ♻️: Refactor event triggers for workflows
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 14s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 13s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 2s

Updated the `ansible-lint` and `markdown-lint` workflows by adding new event types (`opened`) to their issue triggers.
This commit is contained in:
2026-02-14 11:09:55 +01:00
parent ac3e5e55c6
commit 18e0ed96ea
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,10 @@
# .gitea/workflows/ansible-lint.yml
name: ansible-lint
on: [issues, push]
on:
push:
issues:
types: [opened]
jobs:
build: