Skip to content

Commit e1bcbcd

Browse files
author
francescom-monade
authored
Update test.yml
Move cron schedule settings from reusable workflows repo to this one
1 parent 1f5670c commit e1bcbcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 0 * * *'
37
jobs:
48
test:
5-
uses: monade/reusable-workflows/.github/workflows/monade-ruby-rails-gems-spec.yml@main
9+
uses: monade/reusable-workflows/.github/workflows/monade-ruby-rails-gems-spec.yml@main

0 commit comments

Comments
 (0)