Skip to content

Commit

Permalink
Schedule monthly PyPI install tests (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee authored Aug 26, 2023
1 parent 1db136f commit a58e838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pypi-install.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test PyPI install

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

jobs:
build:
Expand Down

0 comments on commit a58e838

Please sign in to comment.