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

chore: run appinspect api on release branches #376

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mgrandys-splunk
Copy link

Description

Run appinspect api job for release/ branches in build-test-release pipeline
Ticket: https://splunk.atlassian.net/browse/ADDON-77779

Checklist

  • README.md has been updated or is not required
  • push trigger tests
  • manual release test
  • automated releases test
  • pull request trigger tests
  • schedule trigger tests
  • workflow errors/warnings reviewed and addressed

Testing done

(for each selected checkbox, the corresponding test results link should be listed here)

@mgrandys-splunk mgrandys-splunk marked this pull request as ready for review February 20, 2025 11:00
@mgrandys-splunk mgrandys-splunk requested a review from a team as a code owner February 20, 2025 11:00
@@ -873,7 +873,7 @@ jobs:
if: |
!cancelled() &&
needs.build.result == 'success' &&
( github.base_ref == 'main' || github.ref_name == 'main' )
( github.base_ref == 'main' || github.ref_name == 'main' || startsWith(github.ref_name, 'release/') )
Copy link
Contributor

Choose a reason for hiding this comment

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

need to check for base_ref as well when it is a PR to release branch

@kdoroszko-splunk
Copy link
Contributor

Hi @mgrandys-splunk, could you add some link with test to the description?

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.

4 participants