Skip to content

Commit

Permalink
Merge pull request #8147 from Fryguy/github_actions_cron
Browse files Browse the repository at this point in the history
Cron for GitHub Actions
  • Loading branch information
chessbyte committed Feb 25, 2022
2 parents 3eccc9d + 6d41c2d commit 05290e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
ci:
Expand Down

0 comments on commit 05290e3

Please sign in to comment.