diff --git a/.github/workflows/regression-report.yml b/.github/workflows/regression-report.yml index 81a1c97ce7d..af5fb27abe2 100644 --- a/.github/workflows/regression-report.yml +++ b/.github/workflows/regression-report.yml @@ -35,7 +35,7 @@ permissions: pull-requests: write concurrency: - group: ${{ github.workflow }}-${{ github.event.issue.number }} + group: ${{ github.run_id }} cancel-in-progress: true jobs: @@ -582,7 +582,7 @@ jobs: echo "Failed to download or process the specified configuration(s)." echo "Error details: $DOWNLOAD_ERROR" echo "
Please ensure you've used one of the following commands correctly:" - echo "- 'GitHub, generate report for '" + echo "- 'GitHub, generate report for '" echo "- 'GitHub, generate report by config from '" echo "- 'GitHub, generate report for configs in PR description'" echo "
And check that all specified configs or files exist and are valid."