fix sched ci (#9053)

pull/9058/head
Bagatur 11 months ago committed by GitHub
parent abb1264edf
commit e162fd418a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
name: Scheduled tests
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
schedule:
- cron: '0 13 * * *'
@ -35,4 +36,3 @@ jobs:
run: |
make scheduled_tests
shell: bash
secrets: inherit

Loading…
Cancel
Save