It seems like merging to beta while also already having a build running on stable has caused the first build to be canceled. There annotations on several jobs on the stable branch stating: Canceling since a higher priority waiting request for build-org.quelea.Quelea-beta-refs/heads/beta exists
The commits are linear, so I don’t really understand why the first build for the stable branch got canceled. Is it possible to request the stable build to be retriggered?
Versioning
I also have a question regarding versioning. I have pushed some Flatpak-specific bugfixes (missing permission in manifest) to the stable branch, but there was nothing changed from upstream, so the version number is still the same.
Will the app store clients still recognize the update if I have changed nothing version info in the appstream metainfo.xml (which is in upstream)?
The concurrency groups for master and beta are seperated by the git ref and target repo. master should be foobar-stable-refs/heads/master, beta should be foobar-beta-refs/heads/beta. So one should not get cancelled by the other.