replace woodpecker-ci with gitea-act-runner #166

Merged
mg merged 47 commits from act into master 2024-08-22 22:45:14 +02:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 117ffab530 - Show all commits

View file

@ -1,5 +1,8 @@
name: ansible-lint
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
ansible-lint:

View file

@ -1,5 +1,8 @@
name: gitleaks
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
gitleaks: