Skip to content

Commit

Permalink
chore: fix requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Aug 29, 2024
1 parent fb7271e commit fe73775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- packages/formik-native/package.json
benchmark:
if: needs.detectChangedSourceFiles.outputs.changes == 'true'
needs: detectChangedSourceFiles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -78,7 +79,9 @@ jobs:
fail-threshold: 120%
# needed for commenting on PRs
github-token: ${{ secrets.GITHUB_TOKEN }}

interaction:
needs: detectChangedSourceFiles
if: needs.detectChangedSourceFiles.outputs.changes == 'true'
timeout-minutes: 10
runs-on: ubuntu-latest
Expand Down Expand Up @@ -118,7 +121,9 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 5

size:
needs: detectChangedSourceFiles
if: needs.detectChangedSourceFiles.outputs.changes == 'true'
runs-on: ubuntu-latest
steps:
Expand All @@ -129,7 +134,9 @@ jobs:
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
build-script: 'turbo run build --filter {./packages/*}...'

unit:
needs: detectChangedSourceFiles
if: needs.detectChangedSourceFiles.outputs.changes == 'true'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fe73775

Please sign in to comment.