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

[BUG] Push tag events trigger two workflows simultaneously #18

Open
starbops opened this issue Jul 30, 2024 · 0 comments
Open

[BUG] Push tag events trigger two workflows simultaneously #18

starbops opened this issue Jul 30, 2024 · 0 comments
Labels
area/ci kind/bug Something isn't working

Comments

@starbops
Copy link
Owner

Describe the bug

Both the "main" and "tag" workflows are triggered when I pushed a new tag.

To Reproduce
Steps to reproduce the behavior:

  1. git tag v0.3.0
  2. git push --tags
  3. Observe the GHA page, two workflows triggered at the same time

Expected behavior

Pushing tags should only trigger the "tag" GHA workflow.

Screenshots

image

Additional context

N/A

@starbops starbops added area/ci kind/bug Something isn't working labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant