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 3b88d43 commit e066545Copy full SHA for e066545
1 file changed
.github/workflows/e2e_tests_providers.yaml
@@ -2,9 +2,10 @@
2
name: E2E Inference Provider Tests
3
4
on:
5
- schedule:
6
- - cron: "0 0 * * *" # Runs once a day at midnight UTC
7
- workflow_dispatch:
+ push
+ # schedule:
+ # - cron: "0 0 * * *" # Runs once a day at midnight UTC
8
+ # workflow_dispatch:
9
10
jobs:
11
e2e_tests:
0 commit comments