From 5e49249879fe4aca484ec9454b50f85492607b48 Mon Sep 17 00:00:00 2001 From: Michal Muransky Date: Wed, 5 Jun 2024 21:28:48 +0200 Subject: [PATCH] ci: u24 test --- .github/workflows/ci.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a723175..d95f6c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,21 +1,20 @@ name: molecule test on: - push: - # pull_request: - # branches: - # - main - # types: [opened, synchronize, reopened] - # paths: - # - 'defaults/**' - # - 'handlers/**' - # - 'molecule/**' - # - 'tasks/**' - # - 'templates/**' - # - 'vars/**' - # schedule: - # - cron: '0 1 1 * *' - # workflow_dispatch: + pull_request: + branches: + - main + types: [opened, synchronize, reopened] + paths: + - 'defaults/**' + - 'handlers/**' + - 'molecule/**' + - 'tasks/**' + - 'templates/**' + - 'vars/**' + schedule: + - cron: '0 1 1 * *' + workflow_dispatch: jobs: standalone: