Skip to content

Commit

Permalink
add prerelease branched to merge workflow (#5388)
Browse files Browse the repository at this point in the history
### Intent

Similar to #5352, we should run full test suite when merging to prerelease branches.  This will help with catching issues when we aren't running the nightly full tests against the branch.

### QA Notes

Tests run when merging to prerelease branch. This will be hard to test until a change to a prerelease branch is made.
  • Loading branch information
jonvanausdeln authored Nov 18, 2024
1 parent 5f3af4d commit c6b91c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'prerelease/**'
workflow_call:
inputs:
smoketest_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/positron-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
positron-ci:
uses: ./.github/workflows/positron-merge-to-main.yml
uses: ./.github/workflows/positron-merge-to-branch.yml
secrets: inherit
with:
smoketest_target: smoketest-pr

0 comments on commit c6b91c2

Please sign in to comment.