From 6dfa557fe08ba746daed526a860b728331c74337 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 29 Jul 2024 22:32:17 +0200 Subject: T6560: action must be run on forked repo n order to properly build and test the code that is to be "merged in", we need to run this action on the source branch of the PR (pull_request) and not the target branch of the PR (pull_request_target) --- .github/workflows/package-smoketest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 824cd64b1..0a8208b87 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -1,7 +1,7 @@ name: VyOS ISO integration Test on: - pull_request_target: + pull_request: branches: - current paths: -- cgit v1.2.3