aio-libs / frozenlist

`FrozenList` is a `list`-like structure that implements `collections.abc.MutableSequence` and can be made immutable.

Home Page:https://frozenlist.aio-libs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI misconfigure

asvetlov opened this issue · comments

CI build on push-tag cancels itself.

From my understanding, skipduplicate-actions at https://github.com/aio-libs/frozenlist/blob/master/.github/workflows/ci.yml#L26 have false-positive for tag pushing, it prevents not only tests but the deployment also.

@mjpieters we need to fix this.
Sorry, I tried to repair the broken workflow but failed. should_skip and test-summary looks overcomplicated for me :(

Okidoki, sorry if this caused headaches!