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

ci: only run Jira job on pull requests #2388

Closed
wants to merge 2 commits into from

Conversation

hamirmahal
Copy link

Closes #2387

@hamirmahal hamirmahal requested a review from a team as a code owner January 19, 2025 21:28
@hamirmahal hamirmahal requested a review from jivey January 19, 2025 21:28
@@ -10,6 +10,7 @@ jobs:
linked_issue:
name: Jira
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
Copy link
Author

Choose a reason for hiding this comment

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

If this job isn't supposed to run on pushes to main, we can skip it.

This will reduce noise and allow contributors and maintainers to focus on failures that are actually problematic.

@hamirmahal hamirmahal closed this by deleting the head repository Jan 25, 2025
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.

CI / Jira has failed on the last several pushes to main
1 participant