Skip to content

Commit

Permalink
ci: add schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Sep 11, 2023
1 parent d36db22 commit 1a11ac3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: CI
"on":
on:

Check warning on line 3 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

3:1 [truthy] truthy value should be one of [false, true]
pull_request:
push:
branches:
- main
tags:
- "v*"
schedule:
- cron: 57 7 * * 2 # Run weekly

Check warning on line 11 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint

11:24 [comments] too few spaces before comment

defaults:
run:
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
python-version: "3.x"

- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
run: pip3 install ansible molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit 1a11ac3

Please sign in to comment.