From f4621f40e7b13164c8cb257a1c905d4623d89e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 29 Jan 2024 23:37:38 +0100 Subject: [PATCH] Fixing validate-pull-request trigger so it also runs for fork PRs --- .github/workflows/validate-pull-request.yml | 2 +- src/HardwareFrameworks/Vitis | 2 +- src/Libraries/External/Lombiq.Arithmetics | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index 6ecbfeb5..7d42cb24 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -2,7 +2,7 @@ name: Validate Pull Request on: push: - pull_request: + pull_request_target: types: [opened, synchronize] jobs: diff --git a/src/HardwareFrameworks/Vitis b/src/HardwareFrameworks/Vitis index eaf7db0d..9bd51f05 160000 --- a/src/HardwareFrameworks/Vitis +++ b/src/HardwareFrameworks/Vitis @@ -1 +1 @@ -Subproject commit eaf7db0dea1e06690f1128a75ebe579b7266e163 +Subproject commit 9bd51f0578aa10de9ff0bcfcd0c620a0a27fda8b diff --git a/src/Libraries/External/Lombiq.Arithmetics b/src/Libraries/External/Lombiq.Arithmetics index cbe87516..0fa96d0c 160000 --- a/src/Libraries/External/Lombiq.Arithmetics +++ b/src/Libraries/External/Lombiq.Arithmetics @@ -1 +1 @@ -Subproject commit cbe875166ce41de67e4839bec1f94532e9be7870 +Subproject commit 0fa96d0cb1fa2cf746f1ff4f0d0f11a200636d86