Skip to content

Commit

Permalink
ci: add schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed May 1, 2024
1 parent 6944895 commit 3b79fe4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Use Markdown Summary
name: Test summary example

on: [push]
on:
push:
branches:
- main
schedule:
- cron: '0 2 * * *'
jobs:
testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b79fe4

Please sign in to comment.