pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
83 stars 9 forks source link

Make ffmpeg build workflow execute when script changes #313

Closed scotts closed 4 weeks ago

scotts commented 4 weeks ago

Before this, we were hacking the workflow definition to execute on a PR to test it. We don't want this running on every PR, because that would be wasteful and noisy. But we can easily make it run when the FFMpeg building script has changed, which is what we wanted before.

Previous versions of this PR had a trivial change to trigger CI. One of those runs: https://github.com/pytorch/torchcodec/actions/runs/11560100235?pr=313. The current one does not have that trivial change to the script, and the test does not run.