Skip to content

Commit

Permalink
chore: run test workflow every day at 15:00 utc
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Jan 16, 2022
1 parent d50f5dd commit fd33d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: test

on:
schedule:
- cron: '0 15 * * *'
push:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit fd33d59

Please sign in to comment.