Test cron job scheduled action
This commit is contained in:
parent
9b7d83d7f5
commit
247f14dc71
|
@ -1,10 +1,8 @@
|
|||
name: Update Test Data
|
||||
|
||||
on:
|
||||
push:
|
||||
# We don't want to update again on master
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
|
||||
jobs:
|
||||
update-test-data:
|
||||
|
|
Reference in New Issue