Lines Matching refs:packages
7 description: 'type "check-all" to force checking all packages'
15 - packages/**
21 - packages/**
31 check-packages:
50 - name: Check packages
52 echo "Checking packages according to the event name: ${{ github.event_name }}"
54 # Check all packages on scheduled events or if requested by workflow_dispatch event.
55 bin/expotools check-packages --all
57 # On push event check packages changed since previous remote head.
58 … # In pull requests and workflow_dispatch events check all packages changed in the entire PR.
59 … bin/expotools check-packages --since ${{ github.event.before || github.base_ref || 'main' }}
71 author_name: Check packages