We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e066545 commit 8cc646aCopy full SHA for 8cc646a
1 file changed
.github/workflows/e2e_tests_providers.yaml
@@ -2,10 +2,9 @@
2
name: E2E Inference Provider Tests
3
4
on:
5
- push
6
- # schedule:
7
- # - cron: "0 0 * * *" # Runs once a day at midnight UTC
8
- # workflow_dispatch:
+ schedule:
+ - cron: "0 0 * * *" # Runs once a day at midnight UTC
+ workflow_dispatch:
9
10
jobs:
11
e2e_tests:
0 commit comments