Skip to content

Commit

Permalink
Add schedule to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 58b4ecc commit 771ed52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Installation
on: [workflow_dispatch, push]
on:
workflow_dispatch:
push:
schedule:
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
defaults:
run:
shell: bash

jobs:
installation_test:
name: Test installation for ${{ matrix.name }}
Expand Down

0 comments on commit 771ed52

Please sign in to comment.