diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ff5ec30..d875142 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,6 +9,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + # Test the role once a month + schedule: + - cron: "* * 1 * *" + jobs: molecule: @@ -21,6 +25,7 @@ jobs: - rockylinux9 - ubuntu2004 - ubuntu2204 + - debian11 steps: - name: Check out the codebase.