ci: Cancel obsolete performance benchmark jobs (#9923)
This commit is contained in:
3
.github/workflows/ci-performance.yml
vendored
3
.github/workflows/ci-performance.yml
vendored
@@ -325,3 +325,6 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
|
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
|
||||||
fi
|
fi
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|||||||
Reference in New Issue
Block a user