Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
build:
timeout-minutes: 10
name: Build Packages
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/diagnostics-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build-docker-image:
name: Build diagnostics-app Docker Image
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-isolated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
test:
name: Test Isolated Demos
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
needs: check-changes
if: ${{ needs.check-changes.outputs.should_run == 'true' }}
runs-on: ubuntu-xl
timeout-minutes: 30
env:
AVD_NAME: ubuntu-avd-x86_64-31
steps:
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
needs: check-changes
if: ${{ needs.check-changes.outputs.should_run == 'true' }}
runs-on: macOS-15
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
test:
name: Test Packages
runs-on: ubuntu-xl
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
Expand Down