Skip to content

ci/cd: prevent multiple workflows for the same code#676

Closed
m1rm wants to merge 1 commit into
archlinux:masterfrom
m1rm:feat/avoid-duplicate-workflow-runs
Closed

ci/cd: prevent multiple workflows for the same code#676
m1rm wants to merge 1 commit into
archlinux:masterfrom
m1rm:feat/avoid-duplicate-workflow-runs

Conversation

@m1rm
Copy link
Copy Markdown
Contributor

@m1rm m1rm commented May 9, 2026

This change prevents multiple runs for the same code, which can happen if someone pushes changes quick enough after a previous push.

See also: https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency

Copy link
Copy Markdown
Member

@jelly jelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like a very niche situation, this repository has very low activity so it doesn't feel worth it to optimise for it.

@m1rm
Copy link
Copy Markdown
Contributor Author

m1rm commented May 17, 2026

This feels like a very niche situation, this repository has very low activity so it doesn't feel worth it to optimise for it.

I understand :) just thought it's a nice small thing but yeah, it is propably not necessary

@m1rm m1rm closed this May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants