diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43b452284d..4c7aad7012 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Repo Check run: | - if [[ "$GITHUB_REPOSITORY" != "BtbN/FFmpeg-Builds" ]]; then + if [[ "$GITHUB_REPOSITORY" != "ValeZAA/FFmpeg-Builds" ]]; then echo "When forking this repository to make your own builds, you have to adjust this check." echo "When doing so make sure to randomize the scheduled cron time above, in order to spread out the various build times as much as possible." echo "This has been put in place due to the enormous amounts of traffic hundreds/thousands of parallel builds can cause on external infrastructure."