Skip to content

Commit 119e0da

Browse files
are-cesclaude
andcommitted
Restore schedule/workflow_dispatch triggers for e2e workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 154cda8 commit 119e0da

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.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:

.github/workflows/e2e_tests_rhaiis.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
name: RHAIIS E2E 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

1110
jobs:

0 commit comments

Comments
 (0)