run all PR checks every time

This commit is contained in:
Rasmus Wejlgaard 2026-03-29 21:32:41 +01:00
parent d2f27bcada
commit 48b448fcce
5 changed files with 0 additions and 28 deletions

View file

@ -2,9 +2,6 @@ name: Lint Ansible
on:
pull_request:
paths:
- 'ansible/**'
- '.github/workflows/lint-ansible.yml'
jobs:
ansible-lint:

View file

@ -1,14 +1,7 @@
name: Lint Docker Compose
on:
push:
paths:
- 'ansible/services/**'
- '.github/workflows/lint-docker-compose.yml'
pull_request:
paths:
- 'ansible/services/**'
- '.github/workflows/lint-docker-compose.yml'
jobs:
compose-lint:

View file

@ -6,10 +6,6 @@ on:
paths:
- 'terraform/**'
- '.github/workflows/terraform.yml'
pull_request:
paths:
- 'terraform/**'
- '.github/workflows/terraform.yml'
# Requires these repository secrets:
# AGE_SECRET_KEY — age private key for SOPS decryption

View file

@ -1,14 +1,7 @@
name: Validate Caddyfile
on:
push:
paths:
- 'ansible/services/caddy/**'
- '.github/workflows/validate-caddyfile.yml'
pull_request:
paths:
- 'ansible/services/caddy/**'
- '.github/workflows/validate-caddyfile.yml'
jobs:
caddy-validate:

View file

@ -1,14 +1,7 @@
name: Validate Terraform
on:
push:
paths:
- 'terraform/**'
- '.github/workflows/validate-terraform.yml'
pull_request:
paths:
- 'terraform/**'
- '.github/workflows/validate-terraform.yml'
jobs:
tofu-validate: