We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1922d commit a27ebdfCopy full SHA for a27ebdf
.github/workflows/build-check-install.yaml
@@ -521,7 +521,7 @@ jobs:
521
key: additional-caches-${{ runner.os }}
522
523
- name: Check only affected modules 🎯
524
- if: inputs.fast-tests == true && github.event_name == 'pull_request'
+ if: inputs.fast-tests == true
525
run: |
526
# Set working directory where the git repo is
527
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
0 commit comments