question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Commit skipped because of previously skipped duplicate

See original GitHub issue

I got this workflow: https://github.com/crim-ca/weaver/blob/master/.github/workflows/tests.yml

On one later commit in the PR, the check produces: https://github.com/crim-ca/weaver/pull/219/checks?check_run_id=1973904249

Run fkirc/skip-duplicate-actions@master
  with:
    concurrent_skipping: same_content
    skip_after_successful_duplicate: true
    do_not_skip: ["pull_request", "workflow_dispatch", "schedule", "release"]
    github_token: ***
    paths_ignore: []
    paths: []
    cancel_others: true
Did not find other workflow-runs to be cancelled
Skip execution because the exact same files are concurrently checked in https://github.com/crim-ca/weaver/actions/runs/597418175

And that referenced run https://github.com/crim-ca/weaver/actions/runs/597418175 has:

image

So basically, the code was never actually tested. Is there a way to avoid this issue? Is there something incorrectly configured in the workflow? https://github.com/crim-ca/weaver/blob/wps-load-cfg/.github/workflows/tests.yml

I have another repo that has similar definition, but somehow I’m not facing the same issues: https://github.com/Ouranosinc/Magpie/blob/master/.github/workflows/tests.yml

I’m a bit confused by what might be wrong in this case.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dfuchsscommented, Jun 24, 2022

@paescuj thanks for the fast response. I’ll give same_content_newer a try 😃

0reactions
paescujcommented, Jul 18, 2022

@fmigneault Thanks for your feedback!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignoring or skipping certain commits on Git - Stack Overflow
Commits 10 and 8 caused problems to the project and for now I would like to remove/ignore/skip changes made in commits 10 and...
Read more >
Git happens! 6 Common Git mistakes and how to fix them
Another common Git pitfall is committing too early. You missed a file, forgot to save it, or need to make a minor change...
Read more >
.gitignore file - ignoring files in Git | Atlassian Git Tutorial
Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or...
Read more >
2.2 Git Basics - Recording Changes to the Repository
When you first clone a repository, all of your files will be tracked and ... file that is already tracked before doing the...
Read more >
Rebasing Step-by-Step - Git for Teams
If there are no conflicts, Git will skip merrily through the process and spit you out the ... already knew that), BUT it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found