mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
ci: give this workflow a name of its own, so it stops cancelling upstream's
Both files said `name: CI`. The concurrency group is built from
${{ github.workflow }}, which is that name, so the two workflows shared a group
and cancelled each other on every push -- whichever started second would be the
only one that ever reported a result. The compositor and session forks already
say HyprCosmic for the same reason; this one was missed when it was renamed.
This commit is contained in:
@@ -6,7 +6,11 @@
|
|||||||
# text does not care which distribution it is on -- what matters there is whether
|
# text does not care which distribution it is on -- what matters there is whether
|
||||||
# generated files are still in step with their generator, which is a single
|
# generated files are still in step with their generator, which is a single
|
||||||
# question with a single answer.
|
# question with a single answer.
|
||||||
name: CI
|
# The name is not "CI", which is upstream's ci.yml. Two workflows sharing a name
|
||||||
|
# share `${{ github.workflow }}`, and the concurrency group below is built from
|
||||||
|
# it -- they would cancel each other on every push, and whichever started second
|
||||||
|
# would be the only one that ever reported.
|
||||||
|
name: HyprCosmic
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user