mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
run all PR checks every time
This commit is contained in:
parent
d2f27bcada
commit
48b448fcce
5 changed files with 0 additions and 28 deletions
3
.github/workflows/lint-ansible.yml
vendored
3
.github/workflows/lint-ansible.yml
vendored
|
|
@ -2,9 +2,6 @@ name: Lint Ansible
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- 'ansible/**'
|
|
||||||
- '.github/workflows/lint-ansible.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
|
|
|
||||||
7
.github/workflows/lint-docker-compose.yml
vendored
7
.github/workflows/lint-docker-compose.yml
vendored
|
|
@ -1,14 +1,7 @@
|
||||||
name: Lint Docker Compose
|
name: Lint Docker Compose
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'ansible/services/**'
|
|
||||||
- '.github/workflows/lint-docker-compose.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- 'ansible/services/**'
|
|
||||||
- '.github/workflows/lint-docker-compose.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compose-lint:
|
compose-lint:
|
||||||
|
|
|
||||||
4
.github/workflows/terraform.yml
vendored
4
.github/workflows/terraform.yml
vendored
|
|
@ -6,10 +6,6 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'terraform/**'
|
- 'terraform/**'
|
||||||
- '.github/workflows/terraform.yml'
|
- '.github/workflows/terraform.yml'
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- 'terraform/**'
|
|
||||||
- '.github/workflows/terraform.yml'
|
|
||||||
|
|
||||||
# Requires these repository secrets:
|
# Requires these repository secrets:
|
||||||
# AGE_SECRET_KEY — age private key for SOPS decryption
|
# AGE_SECRET_KEY — age private key for SOPS decryption
|
||||||
|
|
|
||||||
7
.github/workflows/validate-caddyfile.yml
vendored
7
.github/workflows/validate-caddyfile.yml
vendored
|
|
@ -1,14 +1,7 @@
|
||||||
name: Validate Caddyfile
|
name: Validate Caddyfile
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'ansible/services/caddy/**'
|
|
||||||
- '.github/workflows/validate-caddyfile.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- 'ansible/services/caddy/**'
|
|
||||||
- '.github/workflows/validate-caddyfile.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
caddy-validate:
|
caddy-validate:
|
||||||
|
|
|
||||||
7
.github/workflows/validate-terraform.yml
vendored
7
.github/workflows/validate-terraform.yml
vendored
|
|
@ -1,14 +1,7 @@
|
||||||
name: Validate Terraform
|
name: Validate Terraform
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'terraform/**'
|
|
||||||
- '.github/workflows/validate-terraform.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- 'terraform/**'
|
|
||||||
- '.github/workflows/validate-terraform.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tofu-validate:
|
tofu-validate:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue