.github/workflows/tests.yml in n1_loader-1.6.1 vs .github/workflows/tests.yml in n1_loader-1.6.2
- old
+ new
@@ -1,8 +1,10 @@
name: RSpec tests
on:
- - pull_request
+ pull_request:
+ schedule:
+ - cron: '0 0 * * 0'
jobs:
tests:
runs-on: ubuntu-latest