mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 08:27:38 +03:00
correctly determine when the run if from an PR or not
This commit is contained in:
parent
88f37a102a
commit
51824a83d1
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [[ $github.event.number ]]; then
|
||||
if [[ $github.event_name == "pull_request" ]]; then
|
||||
echo "It's a PR"
|
||||
|
||||
export SHOULD_BUILD="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user