From 762e912f0bb59b40c73e696dcf1fef29a2a94cea Mon Sep 17 00:00:00 2001 From: reehals Date: Sun, 10 May 2026 11:26:04 -0700 Subject: [PATCH] continue hackbot on error --- .github/workflows/production.yaml | 1 + .github/workflows/staging.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 2e34c572..0714729f 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -32,6 +32,7 @@ jobs: - name: Seed hackbot documentation run: npm run hackbot:seed + continue-on-error: true env: MONGODB_URI: ${{ secrets.MONGODB_URI }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 7d487cea..2da3a829 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -34,6 +34,7 @@ jobs: - name: Seed hackbot documentation run: npm run hackbot:seed + continue-on-error: true env: MONGODB_URI: ${{ secrets.MONGODB_URI }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}