From 3950dba933338aed0341fe2ecb369f8d089053dc Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 11 Dec 2023 08:51:23 +0100 Subject: [PATCH] Include debian in tests --- .github/workflows/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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.