Skip to content

Commit

Permalink
Update GH Actions to run tests every Sunday.
Browse files Browse the repository at this point in the history
  • Loading branch information
YPCrumble committed Oct 12, 2023
1 parent 9029eca commit e249bba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Molecule Test
on: [push, pull_request] # yamllint disable-line rule:truthy
on:
push:
pull_request:
schedule:
- cron: '30 5 * * 0'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e249bba

Please sign in to comment.