Skip to content

Commit

Permalink
ci minors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 12, 2024
1 parent 487d44f commit 79cdb73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
push:
branches:
- master
paths:
- packages/**
pull_request:

env:
GIT_LFS_SKIP_SMUDGE: 1
NEXT_TELEMETRY_DISABLED: 1

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand All @@ -24,7 +25,6 @@ jobs:
runs-on: [ubuntu-latest]
needs: [checks]
env:
GIT_LFS_SKIP_SMUDGE: 1
REGISTRY_URL: ghcr.io
strategy:
fail-fast: false
Expand Down Expand Up @@ -68,6 +68,8 @@ jobs:
runs-on: [ubuntu-latest]
needs: [checks]
if: ${{ github.ref == 'refs/heads/master' }}
env:
NEXT_TELEMETRY_DISABLED: 1
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 79cdb73

Please sign in to comment.