We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d307f3 commit 7928fa3Copy full SHA for 7928fa3
.github/workflows/run-demo.yml
@@ -25,6 +25,7 @@ jobs:
25
run-id: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.id || github.run_id }}
26
27
- name: Run Windows Build
28
+ timeout-minutes: 10
29
env:
30
SENTRY_DSN: ${{ secrets.DSN }}
31
run: |
0 commit comments