Skip to content

Commit

Permalink
feat: Run playbook test by cron to make sure it's still applicable to…
Browse files Browse the repository at this point in the history
… few last Fedora versions.
  • Loading branch information
Alexander Danilenko committed Apr 28, 2024
1 parent 69b49e3 commit e9e0215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Ansible Playbook Test

on:
schedule:
# Run once a month at midnight on the 1st of each month.
- cron: '0 0 1 * *'
push:
branches:
- main
Expand Down

0 comments on commit e9e0215

Please sign in to comment.