Skip to content

Commit 8cc646a

Browse files
committed
Revert workflow trigger back to schedule/workflow_dispatch
1 parent e066545 commit 8cc646a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/e2e_tests_providers.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
name: E2E Inference Provider Tests
33

44
on:
5-
push
6-
# schedule:
7-
# - cron: "0 0 * * *" # Runs once a day at midnight UTC
8-
# workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *" # Runs once a day at midnight UTC
7+
workflow_dispatch:
98

109
jobs:
1110
e2e_tests:

0 commit comments

Comments
 (0)