diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f97a86e6..40f04465 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency -concurrency: +concurrency: group: "build" cancel-in-progress: true @@ -28,7 +28,7 @@ jobs: with: ref: "builds" path: "builds" - + - name: Clean old builds run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true diff --git a/Anifreakz/build.gradle.kts b/Anifreakz/build.gradle.kts index 0ec970cf..83b7a132 100644 --- a/Anifreakz/build.gradle.kts +++ b/Anifreakz/build.gradle.kts @@ -16,7 +16,7 @@ cloudstream { * 2: Slow * 3: Beta only * */ - status = 1 // will be 3 if unspecified + status = 0 // will be 3 if unspecified tvTypes = listOf( "AnimeMovie", "Anime",