diff --git a/.gitea/workflows/ansible-test.yml b/.gitea/workflows/ansible-test.yml index 295fd68..47b526f 100644 --- a/.gitea/workflows/ansible-test.yml +++ b/.gitea/workflows/ansible-test.yml @@ -1,6 +1,9 @@ name: Ansible Code Pipeline run-name: ${{ gitea.actor }} is running Ansible Code Pipeline on: + schedule: + - cron: '*/1 * * * *' + push: branches: - main