ci: trim duplicate release package lanes

This commit is contained in:
Peter Steinberger
2026-04-27 13:14:56 +01:00
parent 4260bb0418
commit cff1bdb491
8 changed files with 29 additions and 19 deletions

View File

@@ -236,7 +236,7 @@ jobs:
if [[ "$status" == "completed" ]]; then
break
fi
sleep 60
sleep 30
done
conclusion="$(gh run view "$run_id" --json conclusion --jq '.conclusion')"
@@ -319,7 +319,7 @@ jobs:
if [[ "$status" == "completed" ]]; then
break
fi
sleep 60
sleep 30
done
conclusion="$(gh run view "$run_id" --json conclusion --jq '.conclusion')"

View File

@@ -228,7 +228,8 @@ jobs:
workflow_ref: ${{ github.ref_name }}
source: ref
package_ref: ${{ needs.resolve_target.outputs.ref }}
suite_profile: package
suite_profile: custom
docker_lanes: bundled-channel-deps-compat plugins-offline
telegram_mode: mock-openai
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}