Skip to content

Commit

Permalink
Merge pull request #25 from tmtmtoo/daily-test
Browse files Browse the repository at this point in the history
ci: daily test
  • Loading branch information
tmtmtoo authored Jan 7, 2024
2 parents 5e6f31b + 196468d commit 59922a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit 59922a2

Please sign in to comment.