Commit 006d95f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
0 commit comments