fix sched ci (#9053)

This commit is contained in:
Bagatur
2023-08-10 09:29:46 -07:00
committed by GitHub
parent abb1264edf
commit e162fd418a

View File

@@ -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