Skip to content

Conversation

@jplitza
Copy link
Contributor

@jplitza jplitza commented Dec 15, 2025

Related Issue

#1465
#1489

New Behavior

Don't run the release action of the CI pipeline for every new branch. Instead, only run it for tags that start with "v"

Contrast to Current Behavior

The action runs on every branch creation, as visible here

Discussion: Benefits and Drawbacks

  • No more accidential releases to Ansible Galaxy

Changes to the Documentation

n/a

Proposed Release Note Entry

n/a

Double Check

  • I have read the comments and followed the CONTRIBUTING.md.
  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR targets the devel branch.

@sc68cal
Copy link
Contributor

sc68cal commented Dec 16, 2025

I'd have to look at this further, since shouldn't the tags block make it so only tags that are created?

@sc68cal sc68cal merged commit 6b9cc00 into netbox-community:devel Dec 16, 2025
59 checks passed
@sc68cal
Copy link
Contributor

sc68cal commented Dec 16, 2025

Let's give it a try at least. I'll see if there's another PR we can merge and see if this stops triggering the release

@sc68cal
Copy link
Contributor

sc68cal commented Dec 16, 2025

Maybe the regex needs to be changed to ^v* since v* would match the vel in devel?

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