Ensure m.call.notify event is not filtered out by push rules. #2712
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Git LFS | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Validate | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: 'true' | |
- run: | | |
./tools/validate_lfs.sh |