Skip to content

Commit

Permalink
Display merge queue CDash results in separate build group
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Apr 29, 2024
1 parent c79d434 commit c23464f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
if [ "${{github.event_name}}" == "pull_request" ]; then
BUILD_GROUP="Pull Requests";
elif [ "${{github.event_name}}" == "workflow_dispatch" ]; then
BUILD_GROUP="Merge Queue";
elif [[ "${GITHUB_REF}" =~ "/master" ]] ; then
BUILD_GROUP="Master";
elif [[ "${GITHUB_REF}" =~ "releases/" ]] ; then
Expand Down

0 comments on commit c23464f

Please sign in to comment.