Skip to content

Commit

Permalink
chore: run appinspect for base_ref "release/"
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrandys-splunk committed Mar 3, 2025
1 parent c50cf35 commit af6ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ jobs:
if: |
!cancelled() &&
needs.build.result == 'success' &&
( github.base_ref == 'main' || github.ref_name == 'main' || startsWith(github.ref_name, 'release/') )
( github.base_ref == 'main' || github.ref_name == 'main' || startsWith(github.ref_name, 'release/') || startsWith(github.base_ref, 'release/') )
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit af6ad37

Please sign in to comment.