Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:

cockpit-deploy-smoke:
name: Cockpit — deploy smoke dry-run
timeout-minutes: 30 # fail fast instead of blocking the main concurrency group on a hang
needs: ci-scope
if: github.event_name == 'push' || needs.ci-scope.outputs.cockpit_deploy_smoke == 'true'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -595,6 +596,7 @@ jobs:

deploy:
name: Deploy → Vercel
timeout-minutes: 30 # fail fast instead of blocking the main concurrency group on a hang
needs:
[
library,
Expand Down Expand Up @@ -783,6 +785,7 @@ jobs:

demo-deploy:
name: Canonical demo → Vercel
timeout-minutes: 30 # fail fast instead of blocking the main concurrency group on a hang
needs: [examples-chat-smoke, examples-chat-e2e]
runs-on: ubuntu-latest
if: ${{ always() && !cancelled() && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
Expand Down Expand Up @@ -859,6 +862,7 @@ jobs:

ag-ui-demo-deploy:
name: ag-ui demo → Vercel
timeout-minutes: 30 # fail fast instead of blocking the main concurrency group on a hang
needs: [examples-ag-ui-e2e]
runs-on: ubuntu-latest
if: ${{ always() && !cancelled() && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
Expand Down
Loading