diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0913b4860..6e218b244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: @@ -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: