ci: Cancel obsolete performance benchmark jobs (#9923)

This commit is contained in:
Manuel
2025-11-09 02:21:58 +01:00
committed by GitHub
parent 818824f6fc
commit d94f348d86

View File

@@ -325,3 +325,6 @@ jobs:
else
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
fi
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true