Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: GIT_DIFF in the docker workflow. (#3201)
It turns out the get-diff-action only works on `push` and `pull_request` events, and will report an empty diff otherwise. This makes it so that we only run nightly builds if there's been a commit in the last 24h. Builds from workflow_dispatch and releases are always triggered.
- Loading branch information