Skip to content

Commit

Permalink
Run installer check on main only
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 17, 2024
1 parent d0b0e7d commit b0d8d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ jobs:
command: run
args: --release --features user-doc -- user-doc ./docs

# check installer on main only, as we reach the github api limit too
# quickly
check-installer:
name: "check installer"
runs-on: ${{ matrix.os }}
if: github.ref == 'refs/heads/main'
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
Expand Down

0 comments on commit b0d8d66

Please sign in to comment.