ci: Dummy job to satisfy requirements

This commit is contained in:
Lars Toenning
2026-06-28 23:00:04 +02:00
parent 50b86a008b
commit 7eee2f10cd

View File

@@ -64,3 +64,9 @@ jobs:
echo "::error::This PR must either modify CHANGELOG.md or have the 'no-changelog' label."
exit 1
postBuild: # just a job with the same name as in the merge queue build to satisfy requirements
runs-on: ubuntu-latest
needs: [checks, doxygen, changelog]
steps:
- run: true