Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prioritize tags over master? #214

Open
rcdailey opened this issue Apr 12, 2022 · 1 comment
Open

Prioritize tags over master? #214

rcdailey opened this issue Apr 12, 2022 · 1 comment
Labels
enhancement New feature or request funding Fund this issue to get it prioritized

Comments

@rcdailey
Copy link

I have a workflow that triggers on push:. If I push a new commit on master with a tag, I get two builds: One for master, and one for the tag (e.g. v1.0). In this case, I want to never cancel the push event for the tag. Is it possible to specify this in the do_not_skip array? If not, I think it'd be great to have a way to do this.

@paescuj
Copy link
Collaborator

paescuj commented Apr 20, 2022

Such a behavior is currently not covered by skip-duplicate-actions. If so, then I think concurrent_skipping would be the more fitting option than do_not_skip.
You could handle this case by using two separate workflows, one which is triggered by pushes to the master branch and one by pushes of tags.

If you're interested in having this covered by skip-duplicate-actions, please consider funding it.

@paescuj paescuj added the enhancement New feature or request label Jun 25, 2022
@paescuj paescuj added the funding Fund this issue to get it prioritized label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request funding Fund this issue to get it prioritized
Projects
None yet
Development

No branches or pull requests

2 participants