Skip to content

Events push and pull_request duplicates not respected to skip #350

@fmigneault

Description

@fmigneault

Description

I have been using the action for a while. It has been working correctly so far.
However, I'm noticing many duplicate skips failing to apply recently.
Could there be something that changed on GitHub side that cause the action to fail at its job?

Example

Workflow: https://github.com/crim-ca/weaver/blob/master/.github/workflows/tests.yml

Runs:

Image

They correspond to the same latest commit of the PR:

Image

The first run (https://github.com/crim-ca/weaver/actions/runs/14719831540/job/41311332495) correctly detects that it should not skip.

Image

The second run (https://github.com/crim-ca/weaver/actions/runs/14719831894/job/41311340938?pr=818) also correctly detects it should skip.

However, for whatever reason, it does not!

As highlighted below, the action detects that it should skip from the other run, but all the steps that depend on the skip-duplicate step keep going and execute.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions