Skip to content

Commit 9ba5873

Browse files
chore: remove temporary push trigger from health checks
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6bb944a commit 9ba5873

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/health-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Health Checks
22

33
on:
4-
# TODO: remove push trigger before merging
5-
push:
6-
branches: [andreatgretel/test/e2e-health-checks]
74
schedule:
85
# Every Monday at 08:00 UTC
96
- cron: "0 8 * * 1"
@@ -35,5 +32,4 @@ jobs:
3532
NVIDIA_API_KEY: ${{ secrets.TEST_NVIDIA_API_KEY }}
3633
OPENAI_API_KEY: ${{ secrets.TEST_OPENAI_API_KEY }}
3734
OPENROUTER_API_KEY: ${{ secrets.TEST_OPENROUTER_API_KEY }}
38-
continue-on-error: true
3935
run: make health-checks

0 commit comments

Comments
 (0)