Skip to content

Commit

Permalink
Merge pull request #10582 from iNavFlight/build
Browse files Browse the repository at this point in the history
Fix nightly build
  • Loading branch information
mmosca authored Jan 10, 2025
2 parents 1cfef9d + 04de712 commit ec491ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
id: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
name: build
uses: ./.github/workflows/ci.yaml
uses: ./.github/workflows/ci.yml

release:
name: Release
Expand Down

0 comments on commit ec491ba

Please sign in to comment.