We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb944a commit 9ba5873Copy full SHA for 9ba5873
.github/workflows/health-checks.yml
@@ -1,9 +1,6 @@
1
name: Health Checks
2
3
on:
4
- # TODO: remove push trigger before merging
5
- push:
6
- branches: [andreatgretel/test/e2e-health-checks]
7
schedule:
8
# Every Monday at 08:00 UTC
9
- cron: "0 8 * * 1"
@@ -35,5 +32,4 @@ jobs:
35
32
NVIDIA_API_KEY: ${{ secrets.TEST_NVIDIA_API_KEY }}
36
33
OPENAI_API_KEY: ${{ secrets.TEST_OPENAI_API_KEY }}
37
34
OPENROUTER_API_KEY: ${{ secrets.TEST_OPENROUTER_API_KEY }}
38
- continue-on-error: true
39
run: make health-checks
0 commit comments