Skip to content

Conversation

@nirinchev
Copy link
Contributor

There was an error in the if-condition which caused the workflow to be skipped for all non-PR triggers

@nirinchev nirinchev requested a review from a team as a code owner December 8, 2025 11:33
Copilot AI review requested due to automatic review settings December 8, 2025 11:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a critical bug in the GitHub Actions workflow condition that was preventing the test-and-build job from running on non-PR events (such as pushes to branches). The workflow was incorrectly checking pull request properties for all event types, which would fail for non-PR triggers.

Key Changes:

  • Updated the workflow condition to explicitly allow non-PR events while maintaining Dependabot and fork filtering for PR events

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gagik gagik added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Dec 8, 2025
@nirinchev nirinchev merged commit 6d50952 into main Dec 8, 2025
13 of 14 checks passed
@nirinchev nirinchev deleted the ni/test-and-build branch December 8, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants