diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cb5d4a01..b14edfabab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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