diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97ff556a2..603e0a254 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ env: qt_version: &qt_version 6.11.1 # This job just publishes the latest Doxygen documentation to GitHub pages. -# Building and releasing the application is done in the check_and_build (merge queue) +# Building and releasing the application is done in the merge queue # and release workflow jobs: diff --git a/.github/workflows/check_and_build.yml b/.github/workflows/merge_queue.yml similarity index 100% rename from .github/workflows/check_and_build.yml rename to .github/workflows/merge_queue.yml