Skip to content

Commit 006d95f

Browse files
authored
Skip pull-request-build on master push (#6934)
The runs pushes to master always fail because PR_NUMBER is absent, so the script invocation fails: [2026-05-01T17:28:57.403Z] --pr-number value is required! Error: Process completed with exit code 1. Running this on master push is redunant anyway because PR's go through the merge queue first, where this script *does* run correctly.
1 parent 3ecd693 commit 006d95f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pull-request-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build SDK
22
on:
33
merge_group:
44
pull_request:
5-
push:
6-
branches:
7-
- master
85
paths-ignore:
96
- '**.md'
107
- '.all-contributorsrc'

0 commit comments

Comments
 (0)