Skip to content

Commit 2d6f293

Browse files
ai: apply changes for #879 (1 review thread)
Addresses: - #3641618444 at .github/workflows/trigger-integration-tests.yml:459 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 57a68bf commit 2d6f293

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/trigger-integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@ jobs:
462462
if: |
463463
github.event_name == 'pull_request' &&
464464
github.event.action == 'closed' &&
465-
github.event.pull_request.merged == true
465+
github.event.pull_request.merged == true &&
466+
github.event.pull_request.base.ref == 'main'
466467
runs-on:
467468
group: databricks-protected-runner-group
468469
labels: linux-ubuntu-latest

0 commit comments

Comments
 (0)