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] Backport CI is duplicating workflow runs #101

Closed
dbwiddis opened this issue Oct 17, 2023 · 0 comments · Fixed by #128
Closed

[BUG] Backport CI is duplicating workflow runs #101

dbwiddis opened this issue Oct 17, 2023 · 0 comments · Fixed by #128
Assignees
Labels
bug Something isn't working

Comments

@dbwiddis
Copy link
Member

What is the bug?

Backport workflows are running on both push and pull_request

How can one reproduce the bug?

  1. Push to the backport branch (which happens on a merged PR on main).
  2. Observe duplicated runs for CI and Validate Gradle Wrapper
    https://github.com/opensearch-project/opensearch-ai-flow-framework/pull/98/checks

What is the expected behavior?

Each workflow only runs once

What is your host/environment?

GitHub Actions

Do you have any screenshots?

image

Do you have any additional context?

The backport PR branch should be excluded from push in branches-ignore similar to how the remediate branch is excluded in both the CI and validate gradle wrapper workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant