Skip to content

Commit

Permalink
ci: Fail fast to offload runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif authored Jan 16, 2025
1 parent d8041fd commit 2b1e161
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: Build and Run USB Test Application

on:
schedule:
- cron: '0 0 * * *' # Every day at midnight
- cron: '0 0 * * 0' # Every Sunday at midnight
pull_request:
types: [opened, reopened, synchronize]

jobs:
build:
name: Build USB TestApps
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
if: ${{ github.repository_owner == 'espressif' }}
needs: build
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
idf_target: ["esp32s2", "esp32p4"]
Expand Down

0 comments on commit 2b1e161

Please sign in to comment.