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 76cfbf0 commit 5a5537dCopy full SHA for 5a5537d
.github/workflows/build-check-install.yaml
@@ -515,7 +515,7 @@ jobs:
515
key: additional-caches-${{ runner.os }}
516
517
- name: Check only affected modules 🎯
518
- if: startsWith(${{ github.event.repository.name }}, 'teal.modules.') && github.event_name == 'pull_request'
+ if: startsWith(${{ github.event.repository.name }}, 'teal.') && github.event_name == 'pull_request'
519
run: |
520
# Set working directory where the git repo is
521
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
0 commit comments