Do not delete the original file if it's not a temporary file when sending it to a room. #7350
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, merge_group] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Validate | |
steps: | |
- uses: nschloe/[email protected] | |
- run: | | |
./tools/git/validate_lfs.sh |