summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-29 22:32:17 +0200
committerGitHub <noreply@github.com>2024-07-29 22:32:17 +0200
commit6dfa557fe08ba746daed526a860b728331c74337 (patch)
tree40349243e7adf56c41cbf88fc9d2621e20a6005f
parentad0acad65051a449432f882edb60246cdfeeb8e5 (diff)
downloadvyos-1x-6dfa557fe08ba746daed526a860b728331c74337.tar.gz
vyos-1x-6dfa557fe08ba746daed526a860b728331c74337.zip
T6560: action must be run on forked repoc-po-patch-1
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)
-rw-r--r--.github/workflows/package-smoketest.yml2
1 files changed, 1 insertions, 1 deletions
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: