We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818824f commit d94f348Copy full SHA for d94f348
.github/workflows/ci-performance.yml
@@ -325,3 +325,6 @@ jobs:
325
else
326
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
327
fi
328
+concurrency:
329
+ group: ${{ github.workflow }}-${{ github.ref }}
330
+ cancel-in-progress: true
0 commit comments