repeating why2-test workflow every hour

I mean... I hope
This commit is contained in:
Václav Šmejkal 2022-10-19 17:36:55 +02:00
parent 789eda836b
commit ac07e18fa1
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -4,6 +4,8 @@ on:
push:
branches: [ development ]
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
test-why2: